FlushOut/fomonitor/master/rest/arquivo.htaccess - Htaccess File

FlushOut/fomonitor/master/rest/arquivo.htaccess

AddDefaultCharset utf-8
<IfModule mod_rewrite.c>
  RewriteEngine On
  RewriteRule ^index.php$ - [L]
  RewriteCond %{REQUEST_URI} !.(ico|gif|jpg|png|js|css|html|zip)$
  RewriteRule . index.php [L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_URI

Comments

Apache