Hi there.
Here is a sample link to a page i am using as a header.
header("Location: https://www.mysite.co.uk/sample/fire/login.php");
I am using this on a few pages.
If i change the folder name so say change sample to test i then have to go into all the pages and change the folder name to test !
I have tried this code but it does not work.
header("Location: <? BASE_URL;?>/fire/login.php");
What is the solution ? i want to keep the root just change the folder name ?
Thanks