mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-01-23 05:28:37 -05: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>
|