MasterACE14 Posted June 14, 2007 Share Posted June 14, 2007 Are their any Alternatives to header() , I need something the same as header() but one that doesn't redirect. Regards ACE Link to comment https://forums.phpfreaks.com/topic/55645-solved-header-alternatives/ Share on other sites More sharing options...
Orio Posted June 14, 2007 Share Posted June 14, 2007 What exactly you want to do? header() has many uses. Orio. Link to comment https://forums.phpfreaks.com/topic/55645-solved-header-alternatives/#findComment-274944 Share on other sites More sharing options...
MasterACE14 Posted June 14, 2007 Author Share Posted June 14, 2007 I want to encrypt the URL of my page, which I have worked out how to do. but if I use header() it doesn't set that pages URL, it sends me to the page I put in the header() . Is it possible that you can stop header() from redirecting? Regards ACE Link to comment https://forums.phpfreaks.com/topic/55645-solved-header-alternatives/#findComment-274951 Share on other sites More sharing options...
Orio Posted June 14, 2007 Share Posted June 14, 2007 If I understand your point, try looking into url rewriting (mod_rewrite). Orio. Link to comment https://forums.phpfreaks.com/topic/55645-solved-header-alternatives/#findComment-274956 Share on other sites More sharing options...
MasterACE14 Posted June 14, 2007 Author Share Posted June 14, 2007 ok, thanks. ps. nice avatar Link to comment https://forums.phpfreaks.com/topic/55645-solved-header-alternatives/#findComment-274963 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.