• On some of my pages my url will add an extra line, (eg. http:///) after the http:. I correct it and the next day it happens again. When you click on the link in IE it comes up and says ‘cannot find page’. In Safari it will click through but will switch to just one line after the http:. Can anyone tell me why this would be happening. Haven’t noticed it on posts, just pages and always seems to be on the same size headers. Any insight would be appreciated.
    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • can you provide the exact URL??

    Also, what is in your .htaccess file? Also, you remove it, how???

    Thread Starter macsters

    (@macsters)

    Thanks for replying.
    I would just go into the html editor for pages and remove the extra line in that link.
    They have been working fine today. I checked in the stylesheet the header definition that it seems to happen on and noticed that there were 2 extra 00’s before the color code. Could this have caused that to happen?
    Here is the contents of my .htaccess file:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    On this page: http://www.inflatablekayakworld.com/inflatable-reviews/inflatable-stand-up-paddleboards/
    the link that reads “SeaEagle Longboard II” is one of the links it would happen on.
    Hope this makes sense!

    It is likely an issue with your anrdoezrs.net click tracker.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘extra line after http://’ is closed to new replies.