TazDingoOG/Hack4Good2015/master/.htaccess - Htaccess File

TazDingoOG/Hack4Good2015/master/.htaccess

## Send everything to the index.php ##
<IfModule mod_rewrite.c>
  RewriteEngine on
  # in this case, our app bootstrap file is index.php
  RewriteRule !.(js|gif|jpg|png|css|woff|woff2|eot|svg|ttf)$ index.php
</IfModule>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache