avdata99/medusapp/master/.htaccess - Htaccess File

avdata99/medusapp/master/.htaccess

<IfModule mod_rewrite.c> 
  RewriteEngine on
  RewriteCond $1 !^(ci.php|assets|robots.txt|static|licitaciones|extras|index.html|manual)
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteRule ^(.*)$ ci.php/$1 [L,QSA]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, static

Comments

Apache