Scaffolding |
[eluser]RunningBlind[/eluser]
If you're getting a "not found" error, the problem isn't in the scaffolding itself; that error isn't generated by CI, but rather the server. The server is looking for a URL with that path, but failed to find it. Did you define the rewrite rules in your .htaccess to take out the "index.php" from the URL? Try http://localhost/ts/index.php/{controller_name}/jango to see if this is the case. |
Messages In This Thread |
Scaffolding - by El Forum - 11-01-2008, 09:15 PM
Scaffolding - by El Forum - 11-01-2008, 10:21 PM
Scaffolding - by El Forum - 11-01-2008, 10:27 PM
|