Hi
google index my page linke that
h t t p : / / w w w . example .com / cat-7-p1.html?cat=42&page=1
and i want it to be like that
h t t p : / / w w w . example .com /cat-7-p1.html
what is the 301 code in htaccess?
[B]ColdFusion Redirect[/B]
<.cfheader statuscode="301" statustext="Moved permanently">
<.cfheader name="Location" value="http://www.new-url.com">
php redirects
<?
Header( "HTTP/1.1 301 Moved Permanently" );
Header( "Location: http://www.new-url.com" );
?>
http://www.lmgtfy.com/?q=htaccess+redirect
http://kb.mediatemple.net/questions/242/How+do+I+redirect+my+site+using+a+.htaccess+file%3F