1337/pop/master/examples/.htaccess - Htaccess File

1337/pop/master/examples/.htaccess

Options +FollowSymLinks

DirectoryIndex index.php index.html index.htm

<IfModule mod_expires.c>
    ExpiresDefault "access plus 10 years"
</IfModule>

<IfModule mod_rewrite.c>
    RewriteEngine on

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^ index.php [L]
</IfModule>

ErrorDocument 404 /index.php

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache