Error-Internet Explorer cannot open the Internet site
-
Greetings!
My WP ver 2.1 blog using the WP-Andreas01 1.3 template has been working fine at http://conciergeguide.com/news/ until recently.
When navigating the blog in IE7 or IE6 you encounter the error that states “Internet Explorer cannot open the Internet site http://www.conciergeguide.com/news/.” Operation Aborted
I have searched the forum (and google) and I do not find this exact circumstance.
I believe there is a problem with the baseline url as the blog is set to the non-www side in Options > General WordPress address (URL) and Blog address (URL) but clicking the Blog Home link directs the client/user to the www path. Please note the /. at the end of the error message.
Attached is a portion of my .htaccess file, I suspect the error might be in the RewriteRule but do not know enough about it.
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /news/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /news/index.php [L]
</IfModule>Any help would be appreciated. The blog displays fine in FF, Safari
Thanks, DEL
The topic ‘Error-Internet Explorer cannot open the Internet site’ is closed to new replies.