I've been trying to upgrade to a newer version of Scripteen Image Hosting Script, but ever since I tried, my site has been giving me Internal Server Error 500... Here's my site: www.IMG*Lab.c0m (remove * and replace 0 for o) Any idea what could fix this problem? (already tried re-installing)
Here's the log... I currently have 3 sites under this host... [Sun Nov 02 21:26:31 2008] [error] [client 72.91.109.254] File does not exist: /home/mujeresd/public_html/404.shtml [Sun Nov 02 21:26:31 2008] [error] [client 72.91.109.254] File does not exist: /home/mujeresd/public_html/favicon.ico [Sun Nov 02 21:26:28 2008] [error] [client 72.91.109.254] File does not exist: /home/mujeresd/public_html/404.shtml [Sun Nov 02 21:26:28 2008] [error] [client 72.91.109.254] File does not exist: /home/mujeresd/public_html/favicon.ico [Sun Nov 02 21:09:39 2008] [alert] [client 201.163.76.135] /home/mujeresd/public_html/imglab.com/.htaccess: Invalid command 'php_value', perhaps misspelled or defined by a module not included in the server configuration, referer: http://www.namepros.com/design-contests/524723-30-logo-contest.html [Sun Nov 02 21:09:39 2008] [alert] [client 201.163.76.135] /home/mujeresd/public_html/imglab.com/.htaccess: Invalid command 'php_value', perhaps misspelled or defined by a module not included in the server configuration, referer: http://www.namepros.com/design-contests/524723-30-logo-contest.html [Sun Nov 02 19:45:29 2008] [alert] [client 66.249.66.36] /home/mujeresd/public_html/imglab.com/.htaccess: Invalid command 'php_value', perhaps misspelled or defined by a module not included in the server configuration [Sun Nov 02 19:45:29 2008] [alert] [client 66.249.66.36] /home/mujeresd/public_html/imglab.com/.htaccess: Invalid command 'php_value', perhaps misspelled or defined by a module not included in the server configuration [Sun Nov 02 19:44:45 2008] [alert] [client 91.143.219.92] /home/mujeresd/public_html/imglab.com/.htaccess: Invalid command 'php_value', perhaps misspelled or defined by a module not included in the server configuration [Sun Nov 02 19:44:45 2008] [alert] [client 91.143.219.92] /home/mujeresd/public_html/imglab.com/.htaccess: Invalid command 'php_value', perhaps misspelled or defined by a module not included in the server configuration [Sun Nov 02 19:44:42 2008] [alert] [client 91.143.219.92] /home/mujeresd/public_html/imglab.com/.htaccess: Invalid command 'php_value', perhaps misspelled or defined by a module not included in the server configuration [Sun Nov 02 19:44:42 2008] [alert] [client 91.143.219.92] /home/mujeresd/public_html/imglab.com/.htaccess: Invalid command 'php_value', perhaps misspelled or defined by a module not included in the server configuration [Sun Nov 02 19:44:41 2008] [alert] [client 91.143.219.92] /home/mujeresd/public_html/imglab.com/.htaccess: Invalid command 'php_value', perhaps misspelled or defined by a module not included in the server configuration [Sun Nov 02 19:44:41 2008] [alert] [client 91.143.219.92] /home/mujeresd/public_html/imglab.com/.htaccess: Invalid command 'php_value', perhaps misspelled or defined by a module not included in the server configuration [Sun Nov 02 17:53:00 2008] [alert] [client 78.53.76.238] /home/mujeresd/public_html/imglab.com/.htaccess: Invalid command 'php_value', perhaps misspelled or defined by a module not included in the server configuration, referer: http://www.website.com [Sun Nov 02 17:53:00 2008] [alert] [client 78.53.76.238] /home/mujeresd/public_html/imglab.com/.htaccess: Invalid command 'php_value', perhaps misspelled or defined by a module not included in the server configuration, referer: http://www.website.com [Sun Nov 02 17:42:28 2008] [error] [client 200.1.171.138] File does not exist: /home/mujeresd/public_html/404.shtml, referer: http://mujeresdivina.com/ [Sun Nov 02 17:42:28 2008] [error] [client 200.1.171.138] File does not exist: /home/mujeresd/public_html/Wordpress/wp-content/uploads, referer: http://mujeresdivina.com/ [Sun Nov 02 17:42:27 2008] [error] [client 200.1.171.138] File does not exist: /home/mujeresd/public_html/404.shtml, referer: http://mujeresdivina.com/ [Sun Nov 02 17:42:27 2008] [error] [client 200.1.171.138] File does not exist: /home/mujeresd/public_html/Wordpress/wp-content/uploads, referer: http://mujeresdivina.com/ [Sun Nov 02 17:42:27 2008] [error] [client 200.1.171.138] File does not exist: /home/mujeresd/public_html/404.shtml, referer: http://mujeresdivina.com/ [Sun Nov 02 17:42:27 2008] [error] [client 200.1.171.138] File does not exist: /home/mujeresd/public_html/Wordpress/wp-content/uploads, referer: http://mujeresdivina.com/ [Sun Nov 02 17:10:34 2008] [alert] [client 88.114.228.167] /home/mujeresd/public_html/imglab.com/.htaccess: Invalid command 'php_value', perhaps misspelled or defined by a module not included in the server configuration, referer: http://www.website.com [Sun Nov 02 17:10:34 2008] [alert] [client 88.114.228.167] /home/mujeresd/public_html/imglab.com/.htaccess: Invalid command 'php_value', perhaps misspelled or defined by a module not included in the server configuration, referer: http://www.website.com
Your host may not support you changing the PHP flags in your .htaccess file. Put a # before every line that begins with php_ and that should fix your problem. Jay
Here's my .htaccess file <FilesMatch "\.(html|htm|php|js|css)$"> FileETag None Header unset ETag Header set Cache-Control "max-age=0, no-cache, no-store, must-revalidate" Header set Pragma "no-cache" Header set Expires "Wed, 11 Jan 1984 05:00:00 GMT" </FilesMatch> RewriteEngine On Options +FollowSymlinks RewriteRule view-(.*) view.php?filename=$1 # php_value allow_url_fopen On
Backup that one, and replace it with this: RewriteEngine On Options +FollowSymlinks RewriteRule view-(.*) view.php?filename=$1 Code (markup): Might work, might not