Routing problems |
[eluser]dalebotha[/eluser]
Hi! I'm having problems understanding how routing works. I read the users guide but I haven't been able to apply it to what I'm doing. Help will be appreciated! I've got: - Pages Controller pointed to a pages table in my db. - I'd like each entry in the pages table to look like this in the URL home -> www.eg.com/home about -> www.eg.com/about Here is my index action in Pages Controller: Code: function Pages() I watched Elliot Haughin's screencasts so a lot of this come from him. This is in my httpd.conf: Code: <Directory "/absolute/url/codeignitor/"> Code: <IfModule mod_rewrite.c> Is this enough info to have a clue? It seems there are soo many factors a play here that I really have no clue where it's going wrong and how to debug it! Would anybody be able to help me? Thanks, Dale |
Messages In This Thread |
Routing problems - by El Forum - 10-19-2008, 01:59 PM
Routing problems - by El Forum - 10-20-2008, 05:53 PM
Routing problems - by El Forum - 10-22-2008, 04:53 AM
Routing problems - by El Forum - 10-22-2008, 07:15 AM
Routing problems - by El Forum - 10-22-2008, 10:25 AM
|