Mick3y16/TC_MVC_Manager/master/.htaccess - Htaccess File

Mick3y16/TC_MVC_Manager/master/.htaccess

<IfModule mod_rewrite.c>
  RewriteEngine On
#  This next 2 Lines are an example on how you can still allow access to a specific directory in the root... 
#  RewriteRule ^f/$ f/ [L]
#  RewriteRule ^f/(.*)$ f/$1 [L]
  RewriteRule ^$ public/ [L]
  RewriteRule (.*) public/$1 [L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache