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]
Files

#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]