Forum Moderators: phranque
mydomain.com/forum/board/index.html
Redirect /forum /forum/board/index.html The page isn't redirecting properly. Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
Redirect http://mydomain.com/forum http://mydomain.com/forum/board/index.html [edited by: g1smd at 9:49 am (utc) on Feb 9, 2012]
www.example.com/forum/ example.com/forum/ example.com/forum/board/ People would link to example.com/phpBB2 and be directed to example.com/phpBB2/index.php
But now it's not working and the result is a 403 Forbidden.
DirectoryIndex index.html
DirectoryIndex lists valid index filenames that Apache should search for when bare folder name with slash is requested. DirectorySlash redirects requests to add the trailing slash when bare folder name is requested but without the required trailing slash. [edited by: g1smd at 10:26 am (utc) on Feb 10, 2012]
DirectoryIndex you need to add DirectorySlash too. Security Warning
Turning off the DirectorySlash trailing slash redirect may result in an information disclosure. Consider a situation where mod_autoindex is active (Options +Indexes) and DirectoryIndex is set to a valid resource (say, index.html) and there's no other special handler defined for that URL. In this case a request with a trailing slash would show the index.html file. But a request without trailing slash would list the directory contents.