2levelsabove Posted May 9, 2009 Share Posted May 9, 2009 I have 2 URLS both encoded with urlencode 1). http://somesite.com?id=1&url=http://somesiteagain.com?test=1 2). http://somesite.com?id=1&url=http://subdomain.somesiteagain.com?test=1 The second one is causing a 503 error any thoughts ? Link to comment https://forums.phpfreaks.com/topic/157533-error-503/ Share on other sites More sharing options...
Ken2k7 Posted May 9, 2009 Share Posted May 9, 2009 I guess the web server for the subdomain is under maintenance. I would contact your hosting. Link to comment https://forums.phpfreaks.com/topic/157533-error-503/#findComment-830574 Share on other sites More sharing options...
2levelsabove Posted May 9, 2009 Author Share Posted May 9, 2009 But I know it is active and running. Link to comment https://forums.phpfreaks.com/topic/157533-error-503/#findComment-830588 Share on other sites More sharing options...
gevans Posted May 9, 2009 Share Posted May 9, 2009 Have you tried encoding the varialbe before sending the url urlencode(http://subdomain.somesiteagain.com?test=1); then urldecode() it on the other side Link to comment https://forums.phpfreaks.com/topic/157533-error-503/#findComment-830592 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.