bmcminn/client-portfolio/master/.htaccess
<IfModule mod_fastcgi.c> AddHandler fcgid-script .php </IfModule> <IfModule mod_rewrite.c> RewriteEngine on # in this case, our app bootstrap file is index.php RewriteRule !.(js|html|ico|gif|jpg|png|css|woff|woff2|eot|svg|txt|zip)$ index.php </IfModule>
Files
