2014-04-23 10:51:50 +08:00
|
|
|
<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
|
2014-04-23 10:51:50 +08:00
|
|
|
</IfModule>
|