So i'm planning to to redirect users to a folder like this:
header('Location: folderName');
So would that work, and is it practical to do this?
So i'm planning to to redirect users to a folder like this:
header('Location: folderName');
So would that work, and is it practical to do this?
Yes that should work and the webserver will search for another index.html or index.php and some more.