mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-05 18:23:48 +00:00
3 lines
85 B
ApacheConf
3 lines
85 B
ApacheConf
RewriteEngine on
|
|
RewriteCond %{REQUEST_URI} !^public
|
|
RewriteRule ^(.*)$ public/$1 [L] |