cafink/chitin-aura-router/master/.htaccess - Htaccess File

cafink/chitin-aura-router/master/.htaccess

RewriteEngine on

# Dispatch requests for files that do not exist, and that do not have an extension
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule !. - [C]
RewriteRule .* dispatcher.php?dispatch_original_path=$0 [QSA]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache