Smarty Forum Index Smarty
WARNING: All discussion is moving to https://reddit.com/r/smarty, please go there! This forum will be closing soon.

Sending header redirect from template

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> General
View previous topic :: View next topic  
Author Message
sarahfoxnz
Smarty Regular


Joined: 11 Apr 2010
Posts: 76

PostPosted: Tue Jan 05, 2016 5:39 am    Post subject: Sending header redirect from template Reply with quote

[CODE]{php} header ('Location: somepage.php'); {/php}[/CODE]

Hello.
I've found the above code to use in a smarty template - & it does work.

Is there a way to change the smarty template to also send a type/number of the redirect as well ?

EG - PHP code:

[code]
<?php
header("HTTP/1.1 301 Moved Permanently");
header("Location: http://www.New-Website.com");
?>
[/code]

Is this possible in the template ?

EDIT: the CODE command does not work in this forum (as advised)
Back to top
View user's profile Send private message
AnrDaemon
Administrator


Joined: 03 Dec 2012
Posts: 1785

PostPosted: Tue Jan 05, 2016 10:54 pm    Post subject: Reply with quote

Do. Not. Do. That.
Smarty is not a programming language.
Leave business logic to your PHP code.
Back to top
View user's profile Send private message
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> General All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group
Protected by Anti-Spam ACP