File Not found error |
[eluser]Colin Williams[/eluser]
Think about it: Without mod_rewrite rules, Apache is going to look for a folder named 'controllerfile_name' and 'function' An .htaccess file with mod_rewrite rules typically sets it up so that apache loads the index.php front controller if it can't find the URL itself. With no mod_rewrite rules, you need to first send the request through index.php manually, just as the User Guide explains: http://serverIP/codeignitor/index.php/controllerfile_name/function See: http://codeigniter.com/wiki/mod_rewrite/ http://httpd.apache.org/docs/1.3/mod/mod_rewrite.html http://www.addedbytes.com/download/mod_r...et-v2/pdf/ |
Messages In This Thread |
File Not found error - by El Forum - 09-08-2008, 12:30 PM
File Not found error - by El Forum - 09-08-2008, 01:05 PM
File Not found error - by El Forum - 09-08-2008, 01:29 PM
File Not found error - by El Forum - 09-08-2008, 01:53 PM
File Not found error - by El Forum - 09-08-2008, 03:08 PM
File Not found error - by El Forum - 09-08-2008, 03:31 PM
File Not found error - by El Forum - 09-08-2008, 04:47 PM
File Not found error - by El Forum - 09-09-2008, 12:31 AM
File Not found error - by El Forum - 09-09-2008, 08:37 AM
File Not found error - by El Forum - 09-09-2008, 01:59 PM
|