Hhhmm. I guess so the reason I mentioned it, was that it was only the change I made today so I am scratching me head to understand what has changed.
Given what I have read I doubt uninstall/reinstall would solve it.
LOL, I guess IE is good for something. On Firefox I just get a blank page but on IE I got the 405 error you mentioned. 🙂
Ok it is definitely something on a DNS / URL level because I just checked my devsite which I have made no changes to today and it is doing the same thing.
One other strange thing, I noticed now in WP-Cache it records the IP in place of the URL for my pages.
Don’t know if this helps but this is what is listed in my htaccess file
AddHandler php-fastcgi .php
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^http://blackjackskanz.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://blackjackskanz.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.blackjackskanz.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.blackjackskanz.com$ [NC]
RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ http://images.google.com/images?hl=en&q=No&btnG=Google+Search&sa=N&tab=wi [R,NC]
<Files 403.shtml>
order allow,deny
allow from all
</Files>
deny from 165.228.0.0/15
RewriteCond %{HTTP_HOST} ^blackjackskanz.com$
RewriteRule ^/?$ http://www.blackjackskanz.com [R=301,L]
Wack. Overnight it fixed itself. I am guessing either something happened on the hosting company side which had nothing to do with anything I did. But whatever reason I see now in my cache it is resolving the correct URL rather than IPs and comments are working again.
I am not looking a gift horse in the mouth. 😛