Spaces:
Sleeping
Sleeping
Commit
·
222dad7
1
Parent(s):
c6fff6d
mvc
Browse files- mvc/.htaccess +2 -2
mvc/.htaccess
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
<IfModule mod_rewrite.c>
|
2 |
RewriteEngine On
|
3 |
-
RewriteRule ^$ public/ [L]
|
4 |
-
RewriteRule (.*) public/$1 [L]
|
5 |
</IfModule>
|
|
|
1 |
<IfModule mod_rewrite.c>
|
2 |
RewriteEngine On
|
3 |
+
RewriteRule ^$ mvc/public/ [L]
|
4 |
+
RewriteRule (.*) mvc/public/$1 [L]
|
5 |
</IfModule>
|