Hi everyone.
Got a quick question. I just bought vbSEO and am waiting for my licence/dl.
I need to ask this question as I see that similar problems have been encountered.
I have the following in my .htaccess:
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^mydomain\.com [NC]
RewriteRule ^(.*)$ http://www.mydomain.com/$1 [L,R=301]
I want to know if vbseo will be able to work with this (this code is to redirect my domain.com to www.domain.com). If it will work, what would be the new format. this first vbseo stuff later or vice versa.
Also can I put all this code inth my httpd.conf in the VirtualHost <directory> section?
Thanks







Reply With Quote