zoneminder/web/api/app/webroot/.htaccess

8 lines
194 B
ApacheConf
Raw Permalink Normal View History

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
2015-06-11 10:58:58 +08:00
RewriteBase /zm/api
</IfModule>