four43/divergence/master/.htaccess - Htaccess File

four43/divergence/master/.htaccess

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond $1 !^(index.php)
RewriteRule ^(.*)$ /index.php/$1 [L]

# Apache >= 2.2.15
# FallbackResource /index.php

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache