Thread: Mod Rewrite
View Single Post

  #5 (permalink)  
Old 10-07-2008, 10:26 PM
webman1 webman1 is offline
Coder
 
Join Date: Sep 2007
Posts: 68
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
webman1 will become famous soon enough
Default

So i just input one line like below and this will work?

Redirect 301 /index.php?page=new&cid=999 /bicycles.html

The index.php?page=new&cid=999 page is generated from a CMS php package so will always have to exist i presume and bicycles.html is nonexistant at present.

Do i have to create a blank bicycle.html file first or similar and then use redirect?

I thought Mod Rewrite would be used as i really only want to change the URL of the php page to a more user friendly name

OR AM I JUST TOTALLY BAFFLED
Reply With Quote