Tuesday 2 July 2013

vBullettin 404 error

Posted by Sarath On Tuesday, July 02, 2013 No comments
It is a common issue with vBulletin. If you get 404 - page not found error in vBulletin, first try enabling RewriteBase within .htaccess file.
In order to do so please find the following line within your .htaccess
#RewriteBase /
and uncomment that line.
If you have installed vBulletin inside a sub folder such as forum you should use the following RewriteBase
RewriteBase /forum/
If this does not resolve your problem please make sure your host supports mod_rewrite and you are allowed to use .htaccess file on your hosting.

0 comments: