Hy,
I installed Serendipity blog, and got message thet everything is OK, but when I thy to visit any of .php files (inde, admin area ...) I got the following message:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
--------------------------------------------------------------------------------
Apache/1.3.34 Server at www.megarock.hr Port 80
I'm accessing my account via FTPExplorer, have already read posts about this problem, but I can't find file .htaccess.
What should I do?
Thanks in advence for help.
500 Internal Server Error
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: 500 Internal Server Error
Hi!
This is definitely related to a .htaccess problem. Please try a different FTP client, some of the hide files that start with ".". You may also need to ask your provider if he is allowing to show "." files in his FTP server.
You could also write a simple removeme.php file:
and then call that via HTTP to remove the htaccess file...
Regards,
Garvin
This is definitely related to a .htaccess problem. Please try a different FTP client, some of the hide files that start with ".". You may also need to ask your provider if he is allowing to show "." files in his FTP server.
You could also write a simple removeme.php file:
Code: Select all
<?php
unlink('.htaccess');
?>
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/