vi .htaccess:
RewriteEngine on
RewriteCond $1 !^(index\.php|audio|editor|upload|images|js|css|robots\.txt|sitemap\.xml)
RewriteRule ^(.*)$ /index.php?$1 [L]
When I try to browse http://wolaitiao.cn/install,it reports 404,so it's not working correctly.
Is it because it's a VirtualHost?
<VirtualHost *:80>
...