Welcome Guest, Not a member yet? Register   Sign In
URL redirect not working properly
#2

[eluser]ejangi[/eluser]
in your /application/config/config.php file you need to fill in the:
Code:
$config['base_url'] = 'http://www.mysite.com/';
Option.

But, I think you're main problem is just that you're not putting the 'http://' at the start of your link. Either do a link as:
Code:
<a href="http://www.mysite.com/whatever">Whatever</a>
or use:
Code:
&lt;?php echo anchor('clients/add', 'Add a new client'); ?&gt;
And be sure to fill in the config item mentioned earlier.


Messages In This Thread
URL redirect not working properly - by El Forum - 12-20-2007, 05:58 PM
URL redirect not working properly - by El Forum - 12-20-2007, 07:10 PM
URL redirect not working properly - by El Forum - 12-20-2007, 09:33 PM



Theme © iAndrew 2016 - Forum software by © MyBB