View Single Post
  #13  
Old 05-16-2007, 10:22 AM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,583
I built a 3.1.2 package for you with the fix to your rewrite rule. Just change the release number to 3.1.2 in the download link to get it.
Thank you for raising this issue, our target is to make our rewrite engine 100% compatible with Apache's, no matter is better or worse.

It is better to put all blog related rules under blog/ directory for better performance, the rewrite condition
Code:
RewriteCond %{REQUEST_FILENAME} ^/home/demosite/public_html/blog/.*$
can be removed, and only requests to /blog/... will go through those rewrite rules. Just a recommendation.
Reply With Quote