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>
Files
