Quote:
Originally Posted by Blumy
My forums currently reside in public_html/example1/example2 (two folders deep into my main folder). Would I suffer from any database errors, MySQL errors, vBulletin errors, etc. if I moved all of my vbulletin forum folders from the folder example2 up to my public_html folder? I'm trying to clean up my URLs.
|
Nope you wont have any problems, you may want to add a few lines to the .htaccess such as to help the spiders find your content
Redirect 301 /example1/example2
http://yourdomain.com/
And put that in your /example2 folder