Guest Posted May 3, 2006 Posted May 3, 2006 My frienbd had an old site and I want to redirect the well indexed pages to the new pages however I have stumbled on an issue that I cant seem to find an answer for on the web, I want to send for example the old shop page to my new shop page so i put: RedirectMatch permanent ^/shop.htm$ http://www.divebureau.com/information.php?info_id=33 but this fails as it seems it cant understand the ?=33 and interprets as something else any fixes?
MoisesZaragoza Posted May 3, 2006 Posted May 3, 2006 try changing the permition on that folder to 777 at the end of the day the code will be good
MoisesZaragoza Posted May 3, 2006 Posted May 3, 2006 what code are u using to Redirect the costumers ? at the end of the day the code will be good
Guest Posted May 3, 2006 Posted May 3, 2006 what code are u using to Redirect the costumers ? the code shown above? RedirectMatch permanent ^/shop.htm$ http://www.divebureau.com/information.php?info_id=33
MoisesZaragoza Posted May 3, 2006 Posted May 3, 2006 i guess that it is working i normaly do my rederects with the header :location at the end of the day the code will be good
Guest Posted May 4, 2006 Posted May 4, 2006 no its not working at the moment im directing shop.htm to index.php but would like to redirect to http://www.divebureau.com/information.php?info_id=33
Recommended Posts
Archived
This topic is now archived and is closed to further replies.