Spaces:
Sleeping
Sleeping
Commit
·
2303dc9
1
Parent(s):
b25ae1d
indexes allowed
Browse files
.htaccess
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
<IfModule mod_rewrite.c>
|
2 |
-
Options -Indexes
|
3 |
RewriteEngine on
|
4 |
-
RewriteRule ^$ public/ [L]
|
5 |
-
RewriteRule (.*) public/$1 [L]
|
6 |
</IfModule>
|
|
|
1 |
<IfModule mod_rewrite.c>
|
|
|
2 |
RewriteEngine on
|
3 |
+
RewriteRule ^$ mvc/public/ [L]
|
4 |
+
RewriteRule (.*) mvc/public/$1 [L]
|
5 |
</IfModule>
|