Gossamer Forum
Home : Products : Gossamer Links : Discussions :

how can i get rid of the // that appears everywhere?

Quote Reply
how can i get rid of the // that appears everywhere?
I have double // appearing everywhere throughout the site such as:

http://www.mydomain.com//New
http://www.mydomain.com//Cool
http://www.mydomain.com//Ratings

// instead of / usually is no problem with browsers. It's just a bug increasing the directory depth and will cause access errors with robots converting relative links to URLs.
More examples:
http://www.wherethefuck.com//images/mint/BlackShim.gif
http://www.wherethefuck.com//images/mint/dot.gif
...
Seems to be a problem with stringing of variables like $domain + $path where $domain is http://www.mydomain.com/ and $path is /images/mint/ or something. Any ideas?
Quote Reply
Re: [Demolitioncrew] how can i get rid of the // that appears everywhere? In reply to
What do you have setup under Setup > Build Options... and then Paths... sounds like you have an extra / at the end of the path Wink

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] how can i get rid of the // that appears everywhere? In reply to
Andy.. you are awesome. I did indeed have a trailing slash there right above where it plainly says....No trailing slash.

ooops Blush