Hi, just thinking of making a purchase, I wanted to check there wouldn't be any clashes with my existing set up. Firstly, my forum lives in the /forums/ directory of the site, there's no .htaccess in the root forum folder.
In the root of the domain I already have a .htaccess file that's pointing the pointing the www to the non www version of the site and also a redirect of a section to another section thus:
Now, I know a lot of people use similar .htaccess files, but I was wondering if that would pose any problems for vBseo, and if it would continue to forward the www to the non www within the /forums/ folder?Code:RewriteEngine On Options +FollowSymLinks RewriteCond %{HTTP_HOST} . RewriteCond %{HTTP_HOST} !^site\.co.uk$ RewriteRule (.*) http://site.co.uk/$1 [R=301,L] Redirect permanent /example http://site.co.uk/example/2005
Also, I have modcp and admincp folders password protected - will vbseo interfere with them in any way?
I must point out rewrites and .htaccess files are a bit of a mystery to me so if these questions seem a bit dull, my apologies!


LinkBack URL
About LinkBacks





Reply With Quote
