Jump to content

[Solved] 500 Internal Server Error


karibeer

Recommended Posts

Hi There

 

I have not made any changes to the .htaccess file however I have checked the error log and it claims below

 

[Tue Jun 22 00:14:55 2010] [error] [client 212.118.255.144] File does not exist: /home/karibeer/public_html/500.shtml

 

but I cannot see why as I do have index.php in the root under public_html

 

any help please

Link to comment
Share on other sites

Hi There

 

See below written in my .htaccess file

 

RewriteEngine on

# -FrontPage-

 

IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

 

<Limit GET POST>

order deny,allow

deny from all

allow from all

</Limit>

<Limit PUT DELETE>

order deny,allow

deny from all

</Limit>

AuthName grant.heliohost.org

AuthUserFile /home/karibeer/public_html/_vti_pvt/service.pwd

AuthGroupFile /home/karibeer/public_html/_vti_pvt/service.grp

RewriteCond %{HTTP_REFERER} !^http://www.x-metal.co.uk/.*$ [NC]

RewriteCond %{HTTP_REFERER} !^http://www.x-metal.co.uk$ [NC]

RewriteCond %{HTTP_REFERER} !^http://x-metal.co.uk/.*$ [NC]

RewriteCond %{HTTP_REFERER} !^http://x-metal.co.uk$ [NC]

RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ - [F,NC]

 

 

Link to comment
Share on other sites

O.K.

 

Not sure what is happening now but getting errors below in the error log and did not change anything ?

 

[Thu Jun 24 02:20:56 2010] [error] [client 212.118.255.144] File does not exist: /home/karibeer/public_html/500.shtml, referer: http://x-metal.co.uk/

[Thu Jun 24 02:20:49 2010] [error] [client 212.118.255.144] File does not exist: /home/karibeer/public_html/404.shtml

[Thu Jun 24 02:20:49 2010] [error] [client 212.118.255.144] File does not exist: /home/karibeer/public_html/favicon.ico

[Thu Jun 24 02:20:46 2010] [error] [client 212.118.255.144] File does not exist: /home/karibeer/public_html/404.shtml

[Thu Jun 24 02:20:46 2010] [error] [client 212.118.255.144] File does not exist: /home/karibeer/public_html/favicon.ico

[Thu Jun 24 02:20:46 2010] [error] [client 212.118.255.144] File does not exist: /home/karibeer/public_html/404.shtml

[Thu Jun 24 02:20:46 2010] [error] [client 212.118.255.144] File does not exist: /home/karibeer/public_html/favicon.ico

[Thu Jun 24 02:20:45 2010] [error] [client 212.118.255.144] client denied by server configuration: /home/karibeer/public_html/_vti_pvt/

[Thu Jun 24 02:20:45 2010] [error] [client 212.118.255.144] client denied by server configuration: /home/karibeer/public_html/_vti_cnf/

[Thu Jun 24 02:20:45 2010] [error] [client 212.118.255.144] client denied by server configuration: /home/karibeer/public_html/_vti_txt/

[Thu Jun 24 02:20:45 2010] [error] [client 212.118.255.144] client denied by server configuration: /home/karibeer/public_html/_vti_log/

 

Any ideas ?

Link to comment
Share on other sites

O.K.

 

Not sure what is happening now but getting errors below in the error log and did not change anything ?

 

[Thu Jun 24 02:20:56 2010] [error] [client 212.118.255.144] File does not exist: /home/karibeer/public_html/500.shtml, referer: http://x-metal.co.uk/

[Thu Jun 24 02:20:49 2010] [error] [client 212.118.255.144] File does not exist: /home/karibeer/public_html/404.shtml

[Thu Jun 24 02:20:49 2010] [error] [client 212.118.255.144] File does not exist: /home/karibeer/public_html/favicon.ico

[Thu Jun 24 02:20:46 2010] [error] [client 212.118.255.144] File does not exist: /home/karibeer/public_html/404.shtml

[Thu Jun 24 02:20:46 2010] [error] [client 212.118.255.144] File does not exist: /home/karibeer/public_html/favicon.ico

[Thu Jun 24 02:20:46 2010] [error] [client 212.118.255.144] File does not exist: /home/karibeer/public_html/404.shtml

[Thu Jun 24 02:20:46 2010] [error] [client 212.118.255.144] File does not exist: /home/karibeer/public_html/favicon.ico

[Thu Jun 24 02:20:45 2010] [error] [client 212.118.255.144] client denied by server configuration: /home/karibeer/public_html/_vti_pvt/

[Thu Jun 24 02:20:45 2010] [error] [client 212.118.255.144] client denied by server configuration: /home/karibeer/public_html/_vti_cnf/

[Thu Jun 24 02:20:45 2010] [error] [client 212.118.255.144] client denied by server configuration: /home/karibeer/public_html/_vti_txt/

[Thu Jun 24 02:20:45 2010] [error] [client 212.118.255.144] client denied by server configuration: /home/karibeer/public_html/_vti_log/

 

Any ideas ?

 

Most of that is saying that the files don't exist, which is ok. If your not using Frontpage Extensions, you might want to go to Frontpage Extensions at your cpanel and remove them. Looks like removing your index.php stopped the 500 error though.

 

 

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...