Problems accessing methods in a controller |
[eluser]Rey Philip Regis[/eluser]
Yah the code is right, cause its running in windows already. But when I transferred the program to Linux (Fefora) there are errors. Yes, I have .htaccess file already and I changed the $config['index_page'] = ""; to blank already so I can use "clean url's". Yes the code will run using http://localhost/codeigniter/index.php/test/addition/ But that is not what I am aiming for, I want to do something like this "clean url's" http://localhost/codeigniter/test/addition which is running in my windows machine but in linux there are errors like The requested URL /codeigniter/test/addition/ was not found on this server. I don't know really why it happens, cause I have mod_rewrite enabled already and then I have the .htaccess file. I know this is a configuration problem in Linux machine. I'm not familiar with it, so if you guys can help me with it. Thanks in advance.. |
Messages In This Thread |
Problems accessing methods in a controller - by El Forum - 01-13-2009, 01:58 PM
Problems accessing methods in a controller - by El Forum - 01-14-2009, 04:16 AM
Problems accessing methods in a controller - by El Forum - 01-14-2009, 08:25 AM
Problems accessing methods in a controller - by El Forum - 01-14-2009, 10:03 AM
Problems accessing methods in a controller - by El Forum - 01-14-2009, 08:31 PM
Problems accessing methods in a controller - by El Forum - 01-14-2009, 11:12 PM
|