Apache is throwing a 500 error. the log reads: <path_to_site>/.htaccess: </IfModule> without matching <IfModule> sectionIt's a wordpress block and here is the .htaccess (which was working fine on another server. ubuntu 12.04 LTS with Apache 2.2.22
The offending .htaccess file follows. Anyone have any ideas? # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /blog/index.php [L] </IfModule> # END WordPress --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx