What I have:
header('Location: index.php');
Where its taking me:
http://localhost/sm/system/forms/index.php
results in a page not found cause index php is located at http://localhost/sm
So I'm looking for something like header('Location: ../index.php') to get back to the main directory. Any ideas?
header('Location: index.php');
Where its taking me:
http://localhost/sm/system/forms/index.php
results in a page not found cause index php is located at http://localhost/sm
So I'm looking for something like header('Location: ../index.php') to get back to the main directory. Any ideas?