Welcome Guest, Not a member yet? Register   Sign In
base_url
#2

[eluser]cahva[/eluser]
Can you give whole html output of the generated link?

BTW, you should use url-helper as that helps a lot Smile

The same with helper:
Code:
<?php echo anchor('login/logout','Logout') ?>

// Will create for example -->
<a href="http://www.mywebsite.com/index.php/login/logout">Logout</a>

If you have .htaccess and you have removed the index.php from config, that will ofcourse be removed from url.


Messages In This Thread
base_url - by El Forum - 12-15-2009, 04:20 PM
base_url - by El Forum - 12-15-2009, 05:22 PM
base_url - by El Forum - 12-16-2009, 09:46 AM



Theme © iAndrew 2016 - Forum software by © MyBB