I’m working on a site here:
Now if you add a / to the end of the URL the images vanish, this means I cannot place Google adwords tracking code on the end of any URL’s:
It takes you to a totally different page, this is the one it is supposed to show:
Even if you only put a / at the end it takes you to another page!
Any one see this before, any fixes?
Because your website URL ends with
.aspxand not.html, you don’t need the/before the?utm_sourceand the rest of the code.Removing the
/in all of the tracking codes would fix your problem.Regarding the fact that
/in the end of your website URL (trailing slash) causes the images in your site to disappear, read this:When you append a slash at the end of any aspx page it does not generate 404 but rather displays the same page without any CSS or images in it because IIS treats the file as a folder rather than as a page.