Is rewriteCond doesn't work with semicolon?
问题 I've ask this rewrite rule for Everything but certain pattern question. Well, the problem is still the same. I have the following htaccess: <IfModule mod_rewrite.c> # Options +FollowSymLinks -Indexes RewriteEngine On RewriteBase / RewriteCond %{REQUEST_URI} "forum/" [OR] RewriteCond %{REQUEST_URI} "forum" RewriteRule (.*) $1 [L] #Checks to see if the user is attempting to access a valid file, #such as an image or css document, if this isn't true it sends the #request to index.php RewriteCond