hi everyone i have a vbulletin forum running on apache. I wanted to make a sub domain and point it to a sub forum so that it could look as if its hosted completely differently. forums.site.com is the main forum fitness.site.com >>> should take the complete things from >>forums.site.com/fitness/ I can host the sub domain, fitness.site.com, where should i point it to in apache config file. please suggest thanks
when you make a subdomain like fitness.site.com you should get a subdirectory called site.com/fitness a.) Why not use it instead. b.) If you really want to - create another subdomain called forum.site.com and in site.com/forum place a .htaccess with DirectoryIndex ../forum/index.php You may need to tweak it.
the aim is to use the same forum for different subdomains which we will target, this will help to create different looking forums, while the actual forum will be one only.
1. Add a subdomain DNS entry. then 2. Add an entry on apache to catch the subdomain 3. Point the DocumentRoot of the new subdomain to a folder 4. Create a mod_rewrite script that will resolve, to make it look like a new forum.. Hope it helps