Page 1 of 1

Links broken include part of ccount path

Posted: Sat Mar 31, 2012 6:48 pm
by bupaje
Script URL: http://stormvisions.com/c/index.php
Version of script: 1.2
Hosting company: Hostgator
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution: domain link incorrect url

Write your message below:

My links are incorrectly formed and include 'stormvisions.com/c/' I believe this must have occured when I switched to Hostgator but I only noticed it today.

Code: Select all

http://stormvisions.com/c/www.gog.com/gamecard/legend_of_grimrock/?pp=a9334987ece78b6fe8bf130ef00b74847c1d3da6

Re: Links broken include part of ccount path

Posted: Sat Mar 31, 2012 7:22 pm
by Klemen
I'm not exactly sure what is the problem and how it happened, but I don't think we can be of any help here - you will have to manually fix any links that were broken during your website transfer.

Re: Links broken include part of ccount path

Posted: Sat Mar 31, 2012 9:06 pm
by bupaje
The links in the clicks.txt file are fine - that extra bit must be the result of some variable in the script that HOSTGATOR interprets differently.

Code: Select all

72%%2012/03/31%%www.gog.com/gamecard/legend_of_grimrock/?pp=a9334987ece78b6fe8bf130ef00b74847c1d3da6 %%13%%Legend of Grimrock
Unfortunately I don't know php and how/where/what line the links are assembled in the script. If someone can tell me what function or line to check maybe I can sort it out.

Re: Links broken include part of ccount path

Posted: Sun Apr 01, 2012 8:31 am
by Klemen
You are missing "http://" before "www.gog.com", maybe that is causing your problems?

Re: Links broken include part of ccount path

Posted: Sun Apr 01, 2012 4:58 pm
by bupaje
Thank you - sometimes miss the obvious. That did it.