OK, I’m back up and running after putting the old .htaccess back.
Now, is there a way to continue the upgrade from the “enable tasks” point on?
Sorry, that was the old .htaccess, here is the new one.
<IfModule mod_security.c>
SecFilterRemove 114
</IfModule># BEGIN WordPress
# END WordPress
Well, I’ve narrowed it down a bit, but I still don’t have a solution. I couldn’t even read the readme.html from the root directory until I removed the .htaccess file. Here is what is in mine.
<IfModule mod_security.c>
SecFilterInheritance Off
</IfModule>
<Files xmlrpc.php>
SecFilterInheritance Off
</Files>
Maybe it is a permissions thing and removing the .htaccess skipped it.
Any more help would be appreciated, but I’ll keep banging away at it.