ladogton2010 commited on
Commit
b25ae1d
·
1 Parent(s): d8d7d6b

main htaccess

Browse files
Files changed (1) hide show
  1. .htaccess +3 -0
.htaccess CHANGED
@@ -1,3 +1,6 @@
1
  <IfModule mod_rewrite.c>
2
  Options -Indexes
 
 
 
3
  </IfModule>
 
1
  <IfModule mod_rewrite.c>
2
  Options -Indexes
3
+ RewriteEngine on
4
+ RewriteRule ^$ public/ [L]
5
+ RewriteRule (.*) public/$1 [L]
6
  </IfModule>