View Single Post
  #5 (permalink)  
Old 12-16-2009, 10:42 AM
FGTH's Avatar
FGTH FGTH is offline
Contributing Member
 
Join Date: 03-06-04
Posts: 612
iTrader: 0 / 0%
This is your actual URL before mod rewrite
Code:
http://www.horoscopes-love.eu/index.php?subaction=showfull&url=aries-characteristics-1
This is the rewritten URL from above
Code:
http://www.horoscopes-love.eu/aries-characteristics-1.html
Add this line to your .htaccess file to redirect the page to the one you want
Code:
Redirect 301 /index.php?subaction=showfull&url=aries-characteristics-1 http://www.horoscopes-love.eu/aries.php
 
Reply With Quote