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
[SOLVED] Leading slashes lead to page not found.
Moderator: General Moderators
-
ipb1024-ipb
- Forum Newbie
- Posts: 4
- Joined: Fri Jun 25, 2004 11:48 am
-
ipb1024-ipb
- Forum Newbie
- Posts: 4
- Joined: Fri Jun 25, 2004 11:48 am
then you need to add 'AcceptPathInfo On' to either your global config or .htaccess file. More information available here: http://66.102.9.104/search?q=cache:zISf ... .org&hl=en
-
ipb1024-ipb
- Forum Newbie
- Posts: 4
- Joined: Fri Jun 25, 2004 11:48 am