Forum Moderators: coopster
The main php pages will then just include from the sub-directory like so, (this way the password isn't required for the sub-directory as the page loads):
<?php
include ($_SERVER["DOCUMENT_ROOT"]."/system/admin.php" );
?>
I'd rather not have all these "dummy" files that include files, which could still be deleted / changed.
Is there a way to allow pages to be recalled in the browser using www.#*$!.com/admin.php and the hosted linux server going straight to www.xxx.com/system/admin.php, WITHOUT requiring the password to the /system directory.
Regards,
Jez.