Jump to content

help with redirect


lofaifa

Recommended Posts

  Quote

i am in the errors folder .. the php that i wanna redirect to is outside the errors folder , back to the main folder ..

 

like

index.php

/errors/index.php

 

and your redirecting from /errors/index.php or what ever?

 

header ("Location: ../index.php");

exit ();

 

 

Link to comment
https://forums.phpfreaks.com/topic/249523-help-with-redirect/#findComment-1281107
Share on other sites

LOL Thanks thorpe that was about three hours work. :D

 

I went back and changed all the header redirects to full urls on sites I've done. The odd thing I noticed was that a year ago to around May I was using complete urls, then in May I started using realtive paths, interesting. :confused:

Link to comment
https://forums.phpfreaks.com/topic/249523-help-with-redirect/#findComment-1281332
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.