apache - Error on my htaccess What's wrong -



apache - Error on my htaccess What's wrong -

guys why have error 500 instead of error 404 ?!!

my .htaccess :

<ifmodule mod_rewrite.c> options -multiviews rewriteengine on rewritebase / rewritecond %{request_filename} !-f rewriterule \.(jpeg|jpg|gif|png)$ /public/404.php [nc,l] rewritecond %{request_filename} !-f rewritecond %{request_filename} !-d rewriterule . /index.php [l] </ifmodule> errordocument 404 /errors/404/404.htm

apache .htaccess setting

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -