Backend Development

Key System [SECURE] [2.0]

Submitted by Lol234d, , Thread ID: 20113

Thread Closed

RE: Key System [SECURE] [2.0]

OP
This post was last modified: 01-04-2016, 10:44 PM by Lol234d
#3
01-04-2016, 10:03 PM
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
trying to become positive again #helpme

Users browsing this thread: 3 Guest(s)