Forum Moderators: phranque
AddType x-mapp-php5 .php .html .htm .shtml http://www.mywebsite.com/index.html/folder1/folder2/index1.html AddType x-mapp-php5 .php .html .htm .shtml AddHandler x-mapp-php5 .php
If I put slash after any URL from my site it displays the same web page but all links are wrong.
"/" after any normal url like
www.example.com/index.html/
has nothing to do with my browser
when I enter
www.example.com/index.html/folder1/folder2/index1.html
I see
www.example.com/folder1/folder2/index1.html page but no images.
The core handler for normal files defaults to rejecting PATH_INFO requests. Handlers that serve scripts, such as cgi-script and isapi-handler, generally accept PATH_INFO by default.
AcceptPathInfo Off