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

c - Compilation of a code: unkown type name string -

ubuntu - Bash Script to Check That Files Are Being Created -

Php operator `break` doesn't stop while -