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

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

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