Lol234d There is a little mistake. Just thought you should know. EDIT: actaully on all of your 'location' statements you need to add the page extensions
PHP Code:
{ header('location: login'); die(); }
It should be this or it 404's :D
PHP Code:
{ header('location: login.php'); die(); }
Private Investigation Services
Pm / Contact me
RE: Key System [SECURE] [2.0]
OP
01-04-2016, 10:36 PM
This post was last modified: 01-04-2016, 10:44 PM by Lol234d
Ecstasy Wrote: Lol234d There is a little mistake. Just thought you should know. EDIT: actaully on all of your 'location' statements you need to add the page extensions
PHP Code:
{ header('location: login'); die(); }
It should be this or it 404's :D
PHP Code:
{ header('location: login.php'); die(); }
No there isn't, Not if you have .htaccess on removing the .php extension to make the url more friendly
Ecstasy Wrote: Lol234d There is a little mistake. Just thought you should know. EDIT: actaully on all of your 'location' statements you need to add the page extensions
PHP Code:
{ header('location: login'); die(); }
It should be this or it 404's :D
PHP Code:
{ header('location: login.php'); die(); }
No there isn't, Not if you have .htaccess on removing the .php extension to make the url more friendly
Not on a windows host m8
xxx
RE: Key System [SECURE] [2.0]
OP
01-04-2016, 10:58 PM
This post was last modified: 01-04-2016, 10:58 PM by Lol234d
Ecstasy Wrote: Lol234d There is a little mistake. Just thought you should know. EDIT: actaully on all of your 'location' statements you need to add the page extensions
PHP Code:
{ header('location: login'); die(); }
It should be this or it 404's :D
PHP Code:
{ header('location: login.php'); die(); }
No there isn't, Not if you have .htaccess on removing the .php extension to make the url more friendly
Ecstasy Wrote: Lol234d There is a little mistake. Just thought you should know. EDIT: actaully on all of your 'location' statements you need to add the page extensions
PHP Code:
{ header('location: login'); die(); }
It should be this or it 404's :D
PHP Code:
{ header('location: login.php'); die(); }
No there isn't, Not if you have .htaccess on removing the .php extension to make the url more friendly
Not on a windows host m8
Just google on how to use .htacces..
I don't intend to use it. I was just pointing it out.