View Single Post

  #7 (permalink)  
Old 05-14-2008
D. Stussy
 
Posts: n/a
Default Re: Rewriting question

"syn_nospam_uw" <syn_nospam_uw@hotmail.com> wrote in message
news:843a7$482ad356$d9a276b1$11393@news.hispeed.ch ...
> I would like to have my website accessed just by the filenames without
> their extension, especially for the php pages. So let's say I access the
> page www.website.tld/mypage then it will redirect me to
> www.website.tld/mypage.php. How can I do this with the rewrite rule ?
>
> Thanks for your help


Why use rewrite? Use "Option Multiviews". See content negotiation.