WebSupport-DK/php-mvc-cms/master/src/.htaccess - Htaccess File

WebSupport-DK/php-mvc-cms/master/src/.htaccess

#Start the apache rewrite engine to make fx. make "nice" urls
RewriteEngine on 

# Prevent people from looking directly into folders 
Options -Indexes 

# public access 
RewriteRule ^public - [L,NC]  
RewriteRule ^app - [L,NC]  
RewriteRule ^vendor - [L,NC]   

# public access
RewriteRule ^(.*) public/$1 [L]

On Github License

Files

Download PDF of Htaccess file

Comments

Apache