nasonfish/CloudBot-UI/master/.htaccess
<IfModule mod_rewrite.c>
# Turn rewriting on
Options +FollowSymLinks
RewriteEngine On
# Redirect requests to index.php
RewriteCond %{REQUEST_URI} !=/app/index.php
RewriteCond %{REQUEST_URI} !.*.png$ [NC]
RewriteCond %{REQUEST_URI} !.*.jpg$ [NC]
RewriteCond %{REQUEST_URI} !.*.css$ [NC]
RewriteCond %{REQUEST_URI} !.*.gif$ [NC]
RewriteCond %{REQUEST_URI} !.*.js$ [NC]
RewriteCond %{REQUEST_URI} !.*.xml$ [NC]
RewriteRule .* /app/index.php
</IfModule>
On Github License
Files
Download PDF of Htaccess file