View Single Post
  #4 (permalink)  
Old 07-28-2005, 04:38 AM
nikhiltechnology nikhiltechnology is offline
Senior Member
 
Join Date: May 2005
Location: Indore, India
Posts: 185
nikhiltechnology is on a distinguished road
iTrader: (0)
Default

Hello friend,
Above link will provide you solution. Here i am posting you some Mod rewrite tips and tricks
--------------------------------------------------------------------------------
Tip 1
instant 301 from old dynamic url to new static url
(will only work if you use the exact variables from the dynamic url)
Old dynamic url:
Code:
www.somesite.com/catalog.php?cat=widgets&product_id=1234
New static url:
Code:
www.somesite.com/catalog/widgets-1234.html

Last edited by nikhiltechnology : 07-28-2005 at 04:46 AM.
Reply With Quote