mirror of
https://github.com/ThomasGsp/HyperProxmox.git
synced 2025-03-09 15:40:18 +00:00
4 lines
200 B
ApacheConf
4 lines
200 B
ApacheConf
# This file is - if you set up HUGE correctly - not needed.
|
|
# But, for fallback reasons (if you don't route your vhost to /public), it will stay here.
|
|
RewriteEngine on
|
|
RewriteRule ^(.*) public/$1 [L]
|