0
如何用lighttpd描述同樣的事情?mod_rewrite從apache遷移到lighttpd
我的.htaccess:
RewriteEngine On
RewriteBase/
RewriteCond $1 !^(index\.php|style\.css|image|image-small|robots\.txt|sitemap\.xml|favicon\.ico)
RewriteRule ^(.*) index.php [L]