Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Openyx
/
proxy
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Openyx
commited on
May 6
Commit
579dce2
·
verified
·
1 Parent(s):
c684f72
Create .htaccess
Browse files
Files changed (1)
hide
show
.htaccess
+4
-0
.htaccess
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
RewriteEngine On
2
+
RewriteCond %{REQUEST_FILENAME} !-f
3
+
RewriteCond %{REQUEST_FILENAME} !-d
4
+
RewriteRule ^.*$ index.php [L,QSA]