Apache is throwing a 500 error.  the log reads:

<path_to_site>/.htaccess: </IfModule> without matching <IfModule> section

It'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-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to