SaneMethod/KisKit/master/.htaccess - Htaccess File

SaneMethod/KisKit/master/.htaccess

<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    #RewriteBase /kiskit/
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^ index.php [L]

    # Alter as necessary to coincide with the names you've given to the config, vendor and system directories
    RewriteRule ^(config|system|vendor)(/.*|)$ - [NC,F]
</IfModule>

Options -Indexes

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache