Redirect to another site does not work

I am attempting to update our site because the person who revamped it doesn’t have time. I want to put a link to something on the category page. I want it to redirect to another site. It won’t load the site, keeps putting % and 22’s in the line.

I do not know PHP and I’m only trying to get the redirect to work.

I hope someone can help.

Hey I did not know this either but looked it up and came up with this

<?php //Redirect Browser header("Location: http://www.YourSite.com/"); ?>

I ran it through my server and it worked perfectly
Zeth

Do I put that in the html for the category page? Or do I have to modify the PHP Files?

Thank you for responding.

For each page you would need to put it in but you may be able to include it

Sponsor our Newsletter | Privacy Policy | Terms of Service