

I don't know what "check my sig" means, but starting from /, there is only one .htaccess file. It is in the parent dir of the parent dir of the MyBB dir and has this content:
# Access ver=2/16/06
DirectoryIndex home.php index.html
Options -Indexes
Options FollowSymLinks
ErrorDocument 400 /error.php
ErrorDocument 401 /error.php
ErrorDocument 403 /error.php
ErrorDocument 404 /error.php
ErrorDocument 500 /error.php
When I rename this file, I am able to run the Install Wizard page, so this file must be creating the Error 403 condition.
Can someone explain how this works, and how I can fix the .htaccess file? I want MyBB to be found within my web pages.
Thanks
# Access ver=2/16/06
DirectoryIndex home.php index.html
Options -Indexes
Options FollowSymLinks
ErrorDocument 400 /error.php
ErrorDocument 401 /error.php
ErrorDocument 403 /error.php
ErrorDocument 404 /error.php
ErrorDocument 500 /error.php
When I rename this file, I am able to run the Install Wizard page, so this file must be creating the Error 403 condition.
Can someone explain how this works, and how I can fix the .htaccess file? I want MyBB to be found within my web pages.
Thanks