aikhiong/phpmvcstart/master/.htaccess - Htaccess File

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>

On Github License

Files

Download PDF of Htaccess file
static

Comments

Apache