
10-16-2012, 01:00 PM
|
|
LiteSpeed Staff
|
|
Join Date: Oct 2010
Posts: 2,339
|
|
Quote:
Originally Posted by Narabedla
...
Could you please help me understand where am I wrong?
This is my htaccess
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 /
#RewriteCond %{HTTP_HOST} !^www\.tasteofmusic\.com
#RewriteRule (.*) http://www.tasteofmusic.net/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 ^ ((archivio /)? (. * \. Php (/. *)?)) $ Vbseo.php [L, QSA]
RewriteCond% {} REQUEST_FILENAME!-F
RewriteCond% {} REQUEST_FILENAME!-D
RewriteCond% {} / REQUEST_FILENAME! (AdminCP | modcp | ClientScript | cpstyles | immagini) /
RewriteRule ^ (. +) $ Vbseo.php [L, QSA]
SecFilterEngine Off
SecFilterScanPOST Off
|
Are these rewrite rules really as shown here ? with space ' ' in between things like 'AdminCP' and '/' ("AdminCP' '/" instead of "AdminCP/")? If so, the rules are not right. it could be the reason of 404.
|