This is a discussion on [How to] Check if mod_rewrite is working for my site within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Originally Posted by marco1 Are you upload .htaccess in your forum root ? (/forum) Make sure you are upload it ...
Ace Shattock / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
My Personal Sites: New Zealand Forum | vBulletin Modifications and Styles | New Zealand Food | New Zealand Android OS Talk | vBulletin Hosting
and i can solve the problem if i removed those lines u are showing me ?
i sorry but im not that good with English and a error is fast bye me![]()
oke i deleted the old htaccess
added a blanco with only the text
RewriteEngine On
RewriteRule testpage\.html Google [R]
this works so its enabled the rewrite works
but if use the orginal htaccess again
its giving me a error 404
my forum is located at www.bullterrierforum/bullforums
do i have to change the code i higlited in red ?
this is the code i use now in my forum
Code:# Comment the following line (add '#' at the beginning) # to disable mod_rewrite functions. # Please note: you still need to disable the hack in # the vBSEO control panel to stop url rewrites. RewriteEngine On # Some servers require the Rewritebase directive to be # enabled (remove '#' at the beginning to activate) # Please note: when enabled, you must include the path # to your root vB folder (i.e. RewriteBase /forums/) RewriteBase /bullforums/ #RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com #RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301] RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L] RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap) RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/ RewriteRule ^(.+)$ vbseo.php [L,QSA]
Last edited by dennisdet; 09-16-2009 at 05:45 PM.
The line with the red does not matter unless you remove the # infront. The # stands for a comment, so your server does not parse that.
The Forum Hosting - Forum Hosting from the Forum Experts