Mod Rewite Fails
Posted: 23 Sep 2015, 12:01
Hello all, I'm not good at Mod Rewrites and when I ran the check it says there is an error. Below is the results.
What would I need to do to correct this
Dennis
Fail
It seems the below image does not load. Your check/.htaccess file:
RewriteEngine on
# Rewrite any file calls to the image directory
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !image/
RewriteRule ^(.+)$ image/$1 [L]
# Tests
SetEnv HTTP_MOD_REWRITE "true"
SetEnv HTTP_MOD_DEFLATE "true"
SetEnv HTTP_MOD_MIME "true"
SetEnv HTTP_MOD_SETENVIF "true"
SetEnv HTTP_MOD_HEADERS "true"
RewriteBase /x3/check
What would I need to do to correct this
Dennis
Fail
It seems the below image does not load. Your check/.htaccess file:
RewriteEngine on
# Rewrite any file calls to the image directory
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !image/
RewriteRule ^(.+)$ image/$1 [L]
# Tests
SetEnv HTTP_MOD_REWRITE "true"
SetEnv HTTP_MOD_DEFLATE "true"
SetEnv HTTP_MOD_MIME "true"
SetEnv HTTP_MOD_SETENVIF "true"
SetEnv HTTP_MOD_HEADERS "true"
RewriteBase /x3/check