The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, admin@localhost 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."
when you get a bug like this, check your apache server in 2 steps:
- Step 1 : enable apache mod_rewrite on ubuntu
run command : sudo a2enmod rewrite
- Step 2 : Turn on error reporting in php
gedit /etc/php5/apache2/php.ini
in php.ini (probably different for php and cli)
error_reporting = E_ALL
display_errors = 1
Không có nhận xét nào:
Đăng nhận xét