Page 1 of 1

Header:Refresh don't work

Posted: Sun May 01, 2011 6:27 am
by Goofan
Hi,

My website to referense from(drang.se)
My problem is that on localhost the page refresh and goes to page ?link=Drangen
but when i transfer it over to the server it doesn't work at all :(
The php/html/css isn't outdated on the server couse i got other stuffs only existing on newer versions, so i know it proberbly should work.

Please do help.
//Thomas

Re: Header:Refresh don't work

Posted: Mon May 02, 2011 2:20 pm
by pickle
Are you doing a refresh or changing location? If Location, you need to specify the fully qualified URL (ie: drang.se/page.php?link=Drangen), not just the local file path (ie: /page.php?link=Drangen)

Re: Header:Refresh don't work

Posted: Tue May 03, 2011 10:21 am
by Goofan
it is the same location it only adds the ?link=Drangen part... so it should be a refresh right?

Edit:
I tried adding the full destination and still it didn't work :(

Re: Header:Refresh don't work

Posted: Thu May 05, 2011 9:13 am
by Goofan
really noone?

I thought it would be an easy fix nut seems like noone of you guys know an solution...

I will try to remake my code but please if you have an solution on the matter it would be great :)

Re: Header:Refresh don't work

Posted: Thu May 05, 2011 9:27 am
by Goofan
Fixed the problem by rerouting ouround the problem. Thanks for all the help tho.

/Thomas