Welcome Guest, Not a member yet? Register   Sign In
Duplicated and appended URL
#1

I'm using redirect('login','refresh');
and it worked fine in my localhost, but on uploaded onto server it gives me :
http://domainxxx/main/%20//domainxxx/login

I'd tried several things according to what I saw like
removing the 'refresh'
changing the switch case for 'refresh' in system url helper
fill in the config['base_url'] = 'domainxxx';
using header location to replace redirect()

but it still gives me :
http://domainxxx/main/%20//domainxxx/login

Has anyone experienced this before ?
Another thing is that how I can see the problem with implementing CI 3 ? All I saw when placed on hosting or even in localhost whenever error pops, it only gives some include or system core exception warning error without pointing where/what the problem is

Hopefully anyone can share a light on this problem

Thanks in advance,
Reply


Messages In This Thread
Duplicated and appended URL - by Levian - 07-29-2015, 06:59 PM
RE: Duplicated and appended URL - by Levian - 07-29-2015, 10:57 PM
RE: Duplicated and appended URL - by Wouter60 - 07-30-2015, 09:58 AM
RE: Duplicated and appended URL - by Levian - 07-30-2015, 07:10 PM
RE: Duplicated and appended URL - by mwhitney - 07-31-2015, 09:35 AM



Theme © iAndrew 2016 - Forum software by © MyBB