Thread: Mod Rewrite
View Single Post

  #16 (permalink)  
Old 30-07-2008, 07:59 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

Hi Folks,

I implemented the following in my htaccess file and the new bicycles.html link works fine if i type it into IE URL bar etc.

RewriteRule ^bicycles\.html$ index.php?page=new&cid=999 [L]

The problem i am having is that the CMS package still lists the index.php?page=new&cid=999 on my website. Do i have to physically remove this and add the new bicycles.html link in it's place?

If i can't/don't remove existing link, will Google still pick up the new bicycles.html link?

Any help to clarify the above would be great,
S
Reply With Quote