CliqueStudios/Clique.UI-Docs/master/.htaccess - Htaccess File

CliqueStudios/Clique.UI-Docs/master/.htaccess

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

AddType video/ogg .ogv
AddType video/mp4 .mp4
AddType video/webm .webm

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache