Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,
    I may have an idea for you. In the footer, you have a Text Box that I think you’re using for your Page Links? Take a look at the last link.. it’s sort of “bare”, so I think it might be picking up extra stuff and making a longer link when you go to, say, the “Om Brian” page, or if you click on any Tag link. If these were entered manually, you could try changing them.

    Your code:

    <div class="textwidget"><a href="/">Blogg</a><br />
    <a href="/galleri/">Galleri</a><br />
    <a href="om_brian">Om Brian</a><br />
    </div>

    Try this instead, note the last link:

    <div class="textwidget"><a href="/">Blogg</a><br />
    <a href="/galleri/">Galleri</a><br />
    <a href="/om_brian/">Om Brian</a><br /></div>

    Cheers, Dave

    Thread Starter baskrud

    (@baskrud)

    I think you’re onto something there, thank you so much. I’ve obviously mistakenly left out the // surrounding om_brian

    Thread Starter baskrud

    (@baskrud)

    What about the following strange URL:s showing up as 404’s? How are they generated and how can I stop them from doing so? Some kind of issue with mobiles.

    https://brian.se?/novalie?/?/mobi?/
    https://brian.se?/novalie?/?/m?/
    https://brian.se/novalie?/?/mobile?/
    https://brian.se/novalie?/?/iphone?/
    https://brian.se/novalie?/?/robots.txt

    Thread Starter baskrud

    (@baskrud)

    Strange, now it’s all coming back… the 404:s where /om_brian (an about page) is being added to the tag url’s.

    They did disappear after fixing the error in the footer which flamenco pointed out above. It is still correct, nothing changed there… but suddenly the strange url’s started to reapper. Anny suggestions?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Strange tag URL:s generated’ is closed to new replies.