Also here is the .htaccess page.
AuthName ".members.php"
AuthType Basic
AuthUserFile /usr/local/pem/vhosts/*******/webspace/httpdocs/content/.htpasswd
AuthGroupFile /dev/null
<Files members.php>
require valid-user
</Files>
php_flag display_errors on
Search found 3 matches
- Sat Dec 20, 2008 1:14 pm
- Forum: PHP - Code
- Topic: Need Help with Blank Page
- Replies: 2
- Views: 289
- Sat Dec 20, 2008 12:42 pm
- Forum: PHP - Code
- Topic: Need Help with Blank Page
- Replies: 2
- Views: 289
Re: Need Help with Blank Page
Here is the content file page (members.php) Is this not http readable as is? <?php require_once('init.php'); $loadClass = SB_Modules::loadClass('Modules_ImageGallery'); $imageGalleryObject = new Modules_ImageGallery('bm5xakmb7l2'); $imageGalleryObject->init(); $imageGalleryObject->processAction(); ?...
- Sat Dec 20, 2008 12:29 pm
- Forum: PHP - Code
- Topic: Need Help with Blank Page
- Replies: 2
- Views: 289
Need Help with Blank Page
I have made a .htaccess protected folder in which I have placed my php content page file. The direct URL path leads me to the username/passwod, as it should, but does not forward me to the content page once I enter the username and password. Only a blank page appears. I am using File Manager/httpdoc...