dooleys wrote:i checked but it's not the directory index,
Hi i've 2 apache servers with php thhe one is linux the other win2k
on the linux machine i have a file called article.php
and i can access it with localhost/article/4985 and i get the site so i can handle everything that is after article with my php script, when i try to do the same on win2k i get an 404 file not found, how can i configure that i can acces the article.php file under win2k as win2kserveradress/article/4985 on the win2k machine is there any apache /php configuration failure ?
Its the DirectoryIndex parameter under mod_dir.c in httpd.conf. Its an apache not php thing.
Regards
Chris
what i mean is when i have a script called article.php i can call it as article/Parameters under linux, but i can't do so under windows.
-- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php