login question

The login file will not work if it is not in the general www public file. When I try to hide it in say…a library folder within www the page won’t load. Any help on why this happens is appreciated. Thanks.

Please describe the problem you are having. Do you get any error messages? If not, try adding this to the beginning of the script and see if you now get any error messages.
[php]<?php
ini_set(‘error_reporting’, E_ALL);
ini_set(‘display_errors’, ‘1’);[/php]

Sponsor our Newsletter | Privacy Policy | Terms of Service