Welcome Guest, Not a member yet? Register   Sign In
url haendling for a cms
#8

[eluser]SitesByJoe[/eluser]
Glad you're finding a way to do what you want. Some in this forum would freak about manually hitting the database... whatever works though, right?

Like I said I was in the same situation and in the end I caved and just left the "pages" in the url.

There are other work-arounds as well. You could check for a ".html" in your route file and of it's there load the pages controller or something like that.

Maybe something like:

Code:
$route['(.*).html'] = 'pages';


Sorry, this may not be exactly right, but give it a try!


Messages In This Thread
url haendling for a cms - by El Forum - 05-23-2010, 08:19 AM
url haendling for a cms - by El Forum - 05-24-2010, 04:16 AM
url haendling for a cms - by El Forum - 05-24-2010, 09:24 AM
url haendling for a cms - by El Forum - 05-25-2010, 08:40 AM
url haendling for a cms - by El Forum - 07-06-2010, 06:10 AM
url haendling for a cms - by El Forum - 07-06-2010, 07:23 AM
url haendling for a cms - by El Forum - 07-06-2010, 09:38 AM
url haendling for a cms - by El Forum - 07-06-2010, 09:53 AM
url haendling for a cms - by El Forum - 07-06-2010, 10:14 AM
url haendling for a cms - by El Forum - 07-06-2010, 10:17 AM
url haendling for a cms - by El Forum - 07-06-2010, 10:59 AM
url haendling for a cms - by El Forum - 07-06-2010, 11:38 AM
url haendling for a cms - by El Forum - 07-06-2010, 08:25 PM
url haendling for a cms - by El Forum - 11-05-2010, 01:57 PM
url haendling for a cms - by El Forum - 11-09-2010, 07:23 AM
url haendling for a cms - by El Forum - 11-09-2010, 08:01 AM



Theme © iAndrew 2016 - Forum software by © MyBB