We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 41149
    • 43 Posts
    Hello,

    I am using Friendly URLs and am not using the whole sequence of numbers when it comes to my navigation.

    When I hover over links, I see something like this:

    //index.html //about.html

    Why is there two forward slashes? Shouldn't it be just one?

    Thank you so much,
    Aaron
      The web is our sandbox, so let's develop a castle.
      • 1343 ☆ A M B ☆
      • 2,213 Posts
      Hello,

      It sounds like Magic Quotes is enabled on your server. Could you check the php info and see if it's enabled, if so disable it.

      Thanks
        Patrick | Server Wrangler
        About Me: Website | Tweets |  MODX Hosting
        • 41149
        • 43 Posts
        AMDBuilder,

        I accidentally added an extra forward flash (/) when I applied the base href tag within my <head> tags on one of the templates which was causing the issue.

        Thank you!
        Aaron
          The web is our sandbox, so let's develop a castle.