pedra/plim/master/.htaccess - Htaccess File

pedra/plim/master/.htaccess

AddDefaultCharset utf-8
AddCharset utf-8 .html .css .js .xml .json .rss .atom
#AddType application/x-httpd-php phar
FileETag INode MTime Size
ServerSignature Off

<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-f
    #RewriteRule ^(.*)$ index.php?rqst=$1 [QSA,L]
    RewriteRule . index.php [L]
</IfModule>

<IfModule mod_expires.c>
    #ExpiresActive  On
    #ExpiresDefault "access plus 1 week"
    #ExpiresByType  text/html "access plus 1 week"
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache