lion328/rektsys/master/.htaccess - Htaccess File

lion328/rektsys/master/.htaccess

<IfModule mod_rewrite.c>
    RewriteEngine on

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond $1#%{REQUEST_URI} ([^#]*)#(.*)1$

    RewriteCond $1 !^(index.php|themes|install)
    RewriteRule ^(.*)$ %2index.php
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache