dumb question

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx





[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux