phpancakeをインストールしていますが、このようなシェマフォルダがあります
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]