Here is the current .htaccess file:
Code:
RewriteRule ^showwiki.php?title=Default:(.*)$ showwiki.php?title=$1 [L,R=301]
RewriteRule ^view_(.*).htm$ view.php?pg=$1
RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|showwiki)
RewriteRule ^((archive/)?(.*\.php(/.*)?)?)$ vbseo.php [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images|showwiki)/
RewriteRule ^(.+)$ vbseo.php [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^view_(.*).htm$ view.php?pg=$1
Since the default namespace is named AlleyPedia I tried changing to:
Code:
RewriteRule ^showwiki.php?title=AlleyPedia:(.*)$ showwiki.php?title=$1 [L,R=301]
It still redirects to Lipstick Alley >> Special instead of Lipstick Alley >> Book
I then changed the name of the default namespace to Default and it still doesn't work.
Bookmarks