500 Internal Server Error

Permalink 1 user found helpful
I cannot access my site.
When i enter url like
localhost/~cj/mysite/

it doesn't show anything...
I check the error. It displays
http/1.0 500 Internal server error

How to fix this problem?

cjramki
 
keeasti replied on at Permalink Reply
keeasti
Can you give some more info?
cjramki replied on at Permalink Reply
cjramki
When I'm going to check my index.php, I trying to print something
echo "Hello";

It prints "Hello".
or other wise it doesn't show anything...
Index.php is working...
but no more actions are done.
ronyDdeveloper replied on at Permalink Reply
ronyDdeveloper
Try to disable your .htaccess and check it again.

Rony
cjramki replied on at Permalink Reply
cjramki
Thanks Rony,
I'm working on Suse linux...
how to disable .htaccess in lamp?
ronyDdeveloper replied on at Permalink Best Answer Reply
ronyDdeveloper
If the dashboard is accessible, then just go to Pretty URL and unchecked the check box and save it.

Otherwise you need to check the database config table. There you will find a field called "cfKey". Find "URL_REWRITING" for that field and set 0 for "cfValue column". Also delete the .htaccess file from root. I'm not sure whether the file is hidden.

Rony
cjramki replied on at Permalink Reply
cjramki
Thanks Rony. It works...