croll/captainhook/master/.htaccess - Htaccess File

croll/captainhook/master/.htaccess

RewriteEngine on
RewriteCond %{REQUEST_URI} ^/mod/repasrc/foodstuffImg/.+.jpg
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^.*$ /mod/repasrc/img/default.jpg [NC,L]
RewriteCond %{REQUEST_URI} !^/doc/$
RewriteCond %{REQUEST_FILENAME} !.(js|JS|css|CSS|jpg|JPG|png|PNG|gif|GIF|ico|flv|FLV|avi|AVI|mov|MOV|zip|ZIP|pdf|PDF|json|JSON|csv|CSV|ttf|TTF|eot|EOT|woff|WOFF|svg|SVG)$
RewriteRule ^.*$ index.php [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache