Usamos cookies para medir audiência e melhorar sua experiência. Você pode aceitar ou recusar a qualquer momento. Veja sobre o iMasters.
Eai galera, olha estou com um problema, tenho esse codigo no meu .htaccess
ErrorDocument 404 /error/?404
RewriteEngine on
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ([^/]*)?$ $1.php
só que fui testar fazendo um erro proposital e sempre da a mesma mensagem:
"The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, root@foo.tld 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.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request."
sempre da esse erro 500, alguém sabe como resolver? e não é culpa do servidor ou algo do tipo, eles autorizam usar isso e tbm da o mesmo erro no servido local
Carregando comentários...