mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-10 09:56:40 -04:00
7 lines
154 B
ApacheConf
7 lines
154 B
ApacheConf
<IfModule mod_rewrite.c>
|
|
RewriteEngine on
|
|
RewriteRule ^$ app/webroot/ [L]
|
|
RewriteRule (.*) app/webroot/$1 [L]
|
|
RewriteBase /zm/api
|
|
</IfModule>
|