Welcome Guest, Not a member yet? Register   Sign In
preview url
#3

[eluser]web_developer[/eluser]
and might be your URL is creating problem.

http://123.123.123.123/~username/

I think CI is treating ~username as a Controller or directory
in that case you have to set condition in routes.php

$route['~username'] = "<controller_name>"

and then it will work..

(It is better to use with Domain URL)


Messages In This Thread
preview url - by El Forum - 11-13-2009, 11:19 AM
preview url - by El Forum - 11-13-2009, 11:01 PM
preview url - by El Forum - 11-13-2009, 11:08 PM



Theme © iAndrew 2016 - Forum software by © MyBB