Fast Redirect

jdunhin

New member
Joined
Feb 27, 2013
Messages
93
Points
0
This code below shows how to redirect to another domain. It is easier to do it this way. The reason why is domains take time to populate the changes on it so when you use this code it works in no time.

<?php
header( 'Location: http://www.domain.com' ) ;
?>
 

webdesign

New member
Joined
Jul 5, 2012
Messages
229
Points
0
This code is very useful to redirect a URL in PHP. I used to use this code and htaccess to redirect pages, urls..it's very efficient.
 
Older threads
Replies
1
Views
2,426
Replies
1
Views
2,287
Replies
5
Views
2,474
Replies
3
Views
2,352
Newer threads
Replies
8
Views
3,747
Replies
0
Views
2,020
Replies
0
Views
2,355
Replies
0
Views
2,558
Replies
6
Views
4,494
Latest threads
Replies
0
Views
25
Replies
0
Views
29
Replies
1
Views
38
Replies
3
Views
94
Top