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.
-
☆ 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
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.