Got a bit of a problem -- my server people 1&1 have changed something thier end and now VBseo will no longer work . Whilst Im waiting for them to get back to me was wondering if any of you bright sparks have and ideas.
Basics are with plugin on it will not work with www. but with out the www. the site works fine. So this must be something to do with the rewrite.
Any ideas if I could add something to the .htaccess file to get round this ?
#RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
#RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]
RewriteCond %{REQUEST_URI} !(admincp/|modcp/|chat|cron)
Options +Indexes
RewriteEngine on
RewriteRule ^go-(.*)-(.*).html$ index.php?go=$1&id=$2 [L,NC]
RewriteRule ^(.*)-(.*)-(.*).html$ index.php?go=$2&id=$3 [L,NC]
RewriteRule ^([0-9]+)/[^/]+/([0-9]+)/$ index.php?go=subcat&id=$1&pageNum_pages=$2 [L,NC]
RewriteRule ^([0-9]+)/.*$ index.php?go=subcat&id=$1 [L,NC]
Thanks 4 your time



LinkBack URL
About LinkBacks





Reply With Quote