Is there any other redirection possible without javascript?

Discussion for various published PHP frameworks, including Zend Framework, CodeIgniter, Kohana, CakePHP, Yii, Symfony, and others.

Moderator: General Moderators

Post Reply
toplisek
Forum Commoner
Posts: 31
Joined: Tue Apr 11, 2006 1:23 pm

Is there any other redirection possible without javascript?

Post by toplisek »

Is there any other redirection possible without javascript inside Smarty tpl files?

I have now
<script type="text/javascript">
document.location='replyfile';
</script>
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Re: Is there any other redirection possible without javascri

Post by John Cartwright »

You can use a meta redirect
Post Reply