Hi, I have uploaded the files for password protect advanced, and cant seem to get the php files to show up, the windows server has php already installed. I have tested these files on another linux server, no problems. What am I doing wrong? !
Thanks in advance
Steve
Have you run a phpinfo test to make sure it was installed correctly?
<?php
phpinfo();
?>
Save the above as phpinfo.php and then link to it directly in your browser. You should then see a long page with information about the settings.