Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Redirecting to index


jrwrestling

Recommended Posts

Ok,

 

I want to redirect all of the affiliate visits to index.php

 

my questions are:

 

How can I do this without it constantly reloading? I use this code: but it loads every time and keeps redirecting:

 

<?php // redirect to Hosting page
header("HTTP/1.1 301 Moved Permanently");
header("Location: http://www.jrwrestling.com/");
?>

 

where can I place this so it wont load more than once?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...