DanielCassela/mega/master/app/view/.htaccess - Htaccess File

DanielCassela/mega/master/app/view/.htaccess

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /
RewriteCond $1 !^(modulos|bin|css|imgs|packages|js|favicon.ico|robots.txt|index.php|index.html|teste.html) [NC]
RewriteRule ^(.*)$ /bin/urlManager.php?url=$1 [L,QSA] 
</IfModule>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache