thom855j/php-mvc-cmf/master/.htaccess - Htaccess File

thom855j/php-mvc-cmf/master/.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/$1 [L]

On Github License

Files

Download PDF of Htaccess file

Comments

Apache