• 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

Viewing 1 replies (of 1 total)
  • IE6:

    “Internet Explorer cannot open the Internet site http://www.silkrt.com/v01.

    Operation Aborted.”

    I put <base href…. /> UNDER

    <?php wp_head(); ?> or
    <script src=”… .js file” type=”text/javascript”></script>

    and It works.

    COOL! GOOD LUCK MY FRIENDS~

Viewing 1 replies (of 1 total)

The topic ‘Error-Internet Explorer cannot open the Internet site’ is closed to new replies.