PDA

View Full Version : Forbidden error when accessing webstats


allaboutmud
3-17-04, 02:04 PM
anybody know why I am getting "forbidden - you don't have permission to access this page" when I try to access my webstats?

tbonekkt
3-17-04, 02:09 PM
http://allaboutmud.com/webstats/index.html

allaboutmud
3-17-04, 02:13 PM
LOL! thanks! I didn't have the index.html at the end

tbonekkt
3-17-04, 02:30 PM
My guess is that you used an .htaccess file in htdocs to define a different DirectoryIndex? If so, you can just create another .htacess file to upload into the webstats directory with the following code:DirectoryIndex index.html

allaboutmud
3-17-04, 02:39 PM
yep, that's what I did. thanks.