我正在安装phpancake,那里有一个像这样的shema文件夹
application/
install/
library/
public/
sql_schema/
install.html
install.php
这个规则是什么意思?
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^.*$ /vote/public/index.php [NC,L]