Hi,
Just purchased VBSeo, have not installed yet, want to learn as much as I can from these forums first.
One question I have is about my current .htaccess file in the root of my domain. I have it fixed so that it eliminates the www from the URL. I have my forum installed in /forums but have the .htaccess sets the DirectoryIndex so it appears the forum is installed in the root.
So the .htaccess for my domain root is:
And the .htaccess file for my /forums directory is:Code:DirectoryIndex /forums/index.php RewriteEngine On RewriteCond %{HTTP_HOST} ^www\.mydomain\.com$ [NC] RewriteRule ^(.*)$ http://mydomain.com/$1 [R=301,L]
This works well, if someone types in the URL which includes the www or mydomain.com/forums then in their browser location bar it comes up mydomain.com and they are looking at my forum.Code:RewriteEngine On RewriteCond %{HTTP_HOST} ^www\.mydomain\.com$ [NC] RewriteRule ^(.*)$ http://mydomain.com/$1 [R=301,L]
Also I thought it would make it easier for the search engines just to list the root and not have the www to split the page ranking in Google.
Currently my site is PR5 for the root, and PR4 for the /forums directory.
So, down to my question: Are there any problems with leaving the above .htaccesses as they are (which I prefer) after VBSeo is installed?
Thanks!


LinkBack URL
About LinkBacks





Reply With Quote