On Jul 7, 2003, "Heiko Mundle" claimed that:

|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

This might be better done in httpd.conf. See what's going on at
http://www.phpbuilder.com/columns/tim19990117.php3 It might be able to
do what you're looking for.

Jeff
-- 
Registered Linux user #304026.
"lynx -source http://jharris.rallycentral.us/jharris.asc | gpg --import"
Key fingerprint = 52FC 20BD 025A 8C13 5FC6  68C6 9CF9 46C2 B089 0FED
Responses to this message should conform to RFC 1855.



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

Reply via email to