Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Is this the proper way to redirect a page?
Old 07-21-2011, 10:33 PM Is this the proper way to redirect a page?
Super Talker

Posts: 113
Trades: 0
I need to permanently redirect a page to a new url, and instead of doing it in the .htaccess file I thought it might be better to do it in php. I'm not sure if I did it right though?

Code:
<?php
Header( "HTTP/1.1 301 Moved Permanently" );
header( 'Location: http://www.website.com/newurl' ) ;
?>
Learnin' n00b is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 07-21-2011, 10:59 PM Re: Is this the proper way to redirect a page?
NullPointer's Avatar
Will Code for Food

Posts: 2,815
Name: Matt
Location: Irvine, CA
Trades: 0
The code looks fine to me.

You're first call to header starts with an upper case letter. This technically isn't an issue but by convention you should match the case of the function definition.

Edit
If there is code after your the lines you posted you may want to call exit to halt the script.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE

Last edited by NullPointer; 07-21-2011 at 11:01 PM..
NullPointer is offline
Reply With Quote
View Public Profile Visit NullPointer's homepage!
 
Old 07-21-2011, 11:00 PM Re: Is this the proper way to redirect a page?
Super Talker

Posts: 113
Trades: 0
Thanks!
Learnin' n00b is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Is this the proper way to redirect a page?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.11334 seconds with 12 queries