orzechoj/clusterflow/master/docs/.htaccess - Htaccess File

orzechoj/clusterflow/master/docs/.htaccess

# Route all requests through index.php
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^_site/index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . _site/index.php [L]
RewriteRule ^$ _site/index.php [L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache