How to fix this problem?
Permalink 1 user found helpful
When i open my concrete site in local host, it doesn't show anything...
I check error using browser, It shows,
How to fix this problem...? any suggestions?
I check error using browser, It shows,
GET http://localhost/~cj/mysite/index.php/ [HTTP/1.0 500 Internal Server Error 70ms] The character encoding of the HTML document was not declared. The document will render with garbled text in some browser configurations if the document contains characters from outside the US-ASCII range. The character encoding of the page must be declared in the document or in the transfer protocol.
How to fix this problem...? any suggestions?
But... isn't it the same problem you had a few days ago?
(seehttp://www.concrete5.org/community/forums/customizing_c5/500-intern... )
(seehttp://www.concrete5.org/community/forums/customizing_c5/500-intern... )
Try this:
In the root of the website create a file named info.php and containing this line of code:
Then browse to this file (http://localhost/~cj/mysite/info.php... ) to view some configuration info.
In particular, search for "error_log" that specify where is your error log file. Open that file and check its content: there you may find more info...