Hello All,
I've been trying to figure this out for the past hour and nothing makes sense. Permissions are all fine, files and dirs are owned by the apache user and group, /var/tmp is wide open...
Here is the contents of the .htaccess file:
RewriteEngine on
RewriteCond %{REQUEST_URI} !.*__phpAutoGallery/wrapper\.php.* RewriteRule .* /pictures/__phpAutoGallery/wrapper.php [NE,QSA,L]
Accessing the base url or a picture directly, all result in a blank page...
I'm not running in safe mode, gd is compiled in ['--with-gd=shared' ], it's a CentOS 4.1 system running Apache 2.0.52 and PHP 4.3.9
Any help would be appreciated.
Thanks!
Tyrone
Log in to post a comment.
Hello All,
I've been trying to figure this out for the past hour and nothing makes sense. Permissions are all fine, files and dirs are owned by the apache user and group, /var/tmp is wide open...
Here is the contents of the .htaccess file:
RewriteEngine on
RewriteCond %{REQUEST_URI} !.*__phpAutoGallery/wrapper\.php.*
RewriteRule .* /pictures/__phpAutoGallery/wrapper.php [NE,QSA,L]
Accessing the base url or a picture directly, all result in a blank page...
I'm not running in safe mode, gd is compiled in ['--with-gd=shared' ], it's a CentOS 4.1 system running Apache 2.0.52 and PHP 4.3.9
Any help would be appreciated.
Thanks!
Tyrone