aikhiong/phpmvcstart/master/.htaccess
Options FollowSymLinks <IfModule dir_module> DirectoryIndex index.php index.html </IfModule> <IfModule mod_rewrite.c> RewriteEngine on RewriteCond $1 !^(index.php|static|img|js|css|robots.txt) RewriteRule ^(.*) index.php [QSA,L] </IfModule>