I try to use PHP and Apache on both Linux (SuSE 8.1) and Windows (2K).

On Linux I can access the PHP scripts without adding the .php extension.
E.g.
http://<mydomain>/<myscript>?para1=TRUE
for
http://<mydomain>/<myscript>.php?para1=TRUE
But on Windows it doesn't work (page not found - HTTP 404)

How do I switch on 'adding .php' on windows? Does it run on windows too?
What is responsible for that functionality, Apache/PHP?
Which module or directive?

My system:
SuSE Linux 8.1 - PHP 4.2.2 - Apache/1.3.26
Windows 2000 - PHP 4.2.3 - Apache/1.3.24

Thanks for helping

Heiko


-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to