Quote:
Originally Posted by Loco.M
There are a few articles on this at vb.com
have you tried to search for them over there?
|
if you have a .htaccess file located in public_html
add the following lines
Code:
Options +FollowSymLinks
RewriteEngine On
RewriteOptions Inherit
DirectoryIndex forum.php
ensure you have this somewhere
Code:
DirectoryIndex forum.php
the rest should be there if not add the missing ones