lighttpd伪静态规则
这是hostloc社区上的圈圈教的方法,还有就是参考了其他博客的方法,这里做个记录。 WordPress server.error-handler-404 = "/index.php?error=404" 连着url.rewr...
菩提本无树,明镜亦非台.本来无一物,何处惹尘埃.
这是hostloc社区上的圈圈教的方法,还有就是参考了其他博客的方法,这里做个记录。 WordPress server.error-handler-404 = "/index.php?error=404" 连着url.rewr...
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>