Welcome Guest, Not a member yet? Register   Sign In
Call default controller + default method
#5

[eluser]enigmas[/eluser]
Just wanna post a solution for this problem, hope it will be useful!

There is a file application/config/route.php - there we may re-route the requests.

So, if I need the url "http://mysite.com/cn/download.html" to be opened with the codeigniter, I just wrote in the file simple string

$route["cn/download.html"] = 'main/index/en/download';

if you need more pages to re-route, you may add more strings!


Messages In This Thread
Call default controller + default method - by El Forum - 01-04-2011, 05:14 AM
Call default controller + default method - by El Forum - 01-04-2011, 05:48 AM
Call default controller + default method - by El Forum - 01-04-2011, 05:54 AM
Call default controller + default method - by El Forum - 01-04-2011, 06:06 AM
Call default controller + default method - by El Forum - 01-06-2011, 06:25 AM



Theme © iAndrew 2016 - Forum software by © MyBB