yishn/Recall/master/.htaccess - Htaccess File

yishn/Recall/master/.htaccess

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^.* index.php
RewriteRule .* - [E=HTTP_IF_MODIFIED_SINCE:%{HTTP:If-Modified-Since}]
RewriteRule .* - [E=HTTP_IF_NONE_MATCH:%{HTTP:If-None-Match}]

On Github License

Files

Download PDF of Htaccess file
If-Modified-Since, If-None-Match, REQUEST_FILENAME

Comments

Apache