Leading slashes lead to page not found.
Posted: Fri Jun 25, 2004 11:48 am
Hello,
I was wondering if anybody could help me with php or apache configuration to tackle the leading slashes. I want to create SE friendly dynamic pages without using querystrings.
http://www.myserver.com/index.php/t20.html
How do I configure on my linux machine to make apache send the request to the php file (index.php). This works fine on windows xp. I am using apache and php (sapi dll).
On linux apache generates a page not found as the apache is actually looking for a file with name t20.html and treating index.php as a folder.
Any help would be appreciated.
Regards,
Pep
I was wondering if anybody could help me with php or apache configuration to tackle the leading slashes. I want to create SE friendly dynamic pages without using querystrings.
http://www.myserver.com/index.php/t20.html
How do I configure on my linux machine to make apache send the request to the php file (index.php). This works fine on windows xp. I am using apache and php (sapi dll).
On linux apache generates a page not found as the apache is actually looking for a file with name t20.html and treating index.php as a folder.
Any help would be appreciated.
Regards,
Pep