Hello,
when I click on the wiki link in vb's navigation abr i get an 301 redirect right back to forum.php.
I user VBSeo
my .htacces
Code:
RewriteEngine On
# If you are having problem with "None Could Be Negotiated" errors in Apache, uncomment this to turn off MultiViews
# Options -MultiViews
RewriteCond %{REQUEST_URI} !(admincp/|dbseocp/|modcp/|cron|mobiquo|forumrunner|api\.php|reviewpost/|classifieds/|photopost/|wiki|yui)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ dbseo.php [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/(admincp|dbseocp|modcp|clientscript|cpstyles|images|reviewpost|classifieds|photopost)/
RewriteRule ^(.+)$ dbseo.php [L,QSA]
# If filename is not 'wiki_index', replace WIKI_FILE and uncomment the following line (skip this for XenForo)
# RewriteRule ^WIKI_FILE.php wiki_index.php [L,QSA]
# If URL format is /wiki/path uncomment the following line
# RewriteRule ^yui-combo/([^/]+)/(.+)$ yui_loader.php?v=$1&f=$2 [L,QSA]
# If URL format is /wiki/path or replaces a catch-all rule, uncomment the following 3 lines (skip this for XenForo)
# RewriteCond %{REQUEST_FILENAME} !-f
# RewriteCond %{REQUEST_FILENAME} !-d
#RewriteRule ^(.*)?$ wiki_index.php [L,QSA]
The site: ffxiv-forum.net
Also the link is not visible for non registered users, how to make it accessible for everyone?
regards & thanks
edrsvc
Bookmarks