exchange/.htaccess

3 lines
106 B
ApacheConf
Raw Permalink Normal View History

2022-01-10 12:03:57 +00:00
RewriteEngine on
RewriteCond %{REQUEST_URI} !^public
RewriteRule ^(.*)$ public/$1 [L]