05-03-2010, 06:53 AM
|
|
Confirmed User
Industry Role:
Join Date: Nov 2009
Location: Heaven
Posts: 4,306
|
Quote:
Originally Posted by mikke
Code:
<?php
$domain = "http://www.cnn.com/";
header("Location: {$domain}");
exit(0);
?>
or try find in google: htaccess 302 redirect
|
Thanks mike.
|
|
|