>From the doc:
---------------
How can I remove the file extensions...
...from my URIs in a practical file-based web server?

If you are using, for example, Apache, you can set it 
up to do content negotiation. 
--------------
How is this done? 
Jeff Oien

> On 3/20/2001 at 6:49 PM Jeff Armstrong wrote:
> 
> > This is exactly why http://www.w3.org recommend that you DONT
> > SPECIFY A FILE TYPE TYPE in your HREFs.
> >
> > Cool URIs Dont change - http://www.w3.org/Provider/Style/URI
> > Good!!
> >   <A HREF=/somepage >Some Page!</A>
> > NOT good!
> >   <A HREF=/somepage.html >Some Page!</A>
> >                   ^^^^^
> > Let the server decide which page to dish.
> > Then it's easy peasy to replace xxx.html with xxx.php or even
> > xxx.my_new_language_of_the_moment.
> >};
> >
> e
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
> 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to