Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ladogton2010
/
mvc-demo
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ladogton2010
commited on
Oct 8, 2024
Commit
00305ef
·
1 Parent(s):
4c52247
PRE ENABLE MOD REWRITE
Browse files
Files changed (1)
hide
show
.htaccess
+6
-1
.htaccess
CHANGED
Viewed
@@ -1 +1,6 @@
1
-
Options
-Indexes
1
+
<IfModule
mod_rewrite.c>
2
+
Options -Indexes
3
+
RewriteEngine on
4
+
RewriteRule ^$ mvc/public/ [L]
5
+
RewriteRule (.*) mvc/public/$1 [L]
6
+
</IfModule>