500 Internal Server Error
Permalink 1 user found helpful
I cannot access my site.
When i enter url like
it doesn't show anything...
I check the error. It displays
How to fix this problem?
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?

Can you give some more info?
When I'm going to check my index.php, I trying to print something
It prints "Hello".
or other wise it doesn't show anything...
Index.php is working...
but no more actions are done.
echo "Hello";
It prints "Hello".
or other wise it doesn't show anything...
Index.php is working...
but no more actions are done.
Try to disable your .htaccess and check it again.
Rony
Rony
Thanks Rony,
I'm working on Suse linux...
how to disable .htaccess in lamp?
I'm working on Suse linux...
how to disable .htaccess in lamp?
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
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
Thanks Rony. It works...