[PHP] Re: hide php extension...

2004-03-24 Thread Geir Pedersen - Activio AS
Hi, John! There is an easy way to achieve what you are looking for without modifying webserver configuration files. Say you want to support an URL like http://www.example.com/search?foo=bar Create a new subdirectory named search and place a default PHP script named index.php in the new

[PHP] Re: hide php extension...

2004-03-24 Thread john doe
if there's other options, please let me know... thank you Geir Pedersen - Activio As [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, John! There is an easy way to achieve what you are looking for without modifying webserver configuration files. Say you want to support an URL

Re: [PHP] Re: hide php extension...

2004-03-24 Thread Justin French
On Thursday, March 25, 2004, at 04:37 PM, john doe wrote: if there's other options, please let me know... At some level, you have to make a change *somewhere* :) If not through script naming and placement, then through web server configuration. However, most of these configurations for Apache