ladogton2010 commited on
Commit
28286c5
·
1 Parent(s): c098712

Docummenting on .htaccess

Browse files
Files changed (2) hide show
  1. mvc/app/.htaccess +1 -0
  2. mvc/public/.htaccess +1 -0
mvc/app/.htaccess CHANGED
@@ -1 +1,2 @@
 
1
  Options -Indexes
 
1
+ # Disable folder listing.
2
  Options -Indexes
mvc/public/.htaccess CHANGED
@@ -1,3 +1,4 @@
 
1
  <IfModule mod_rewrite.c>
2
  Options -Multiviews
3
  RewriteEngine On
 
1
+ # Command $a2enmod rewrite must be enabled if not working on Debian. This was tested on debian and apache 2 server
2
  <IfModule mod_rewrite.c>
3
  Options -Multiviews
4
  RewriteEngine On