Installation on Ubuntu, Apache 2 |
[eluser]Zarate[/eluser]
Hi, Just trying the classic hello world without luck so far : ( First, I create a Wadus controller class. Then when i go to the browser: http://localhost/zv3/index.php/wadus/ I get a 404 error. Please note that this is an error handled by CodeIgniter, not by Apache. I think i've managed to enable mod_rewrite correctly. Doing this: - Create a symbolic link to it: sudo ln -s /etc/apache2/mods-available/rewrite.load /etc/apache2/mods-enabled/rewrite.load - Updated AllowOverride directive. Open Apache 2 default config: sudo gedit /etc/apache2/sites-available/default And change AllowOverride value to "All" I can see mod_rewrite loaded in phpinfo(), i've restarted Apache, i've tried this .htaccess in CodeIgniter folder (is here where it should go, right?): Code: <IfModule mod_rewrite.c> My config file looks like this: Code: $config['base_url'] = "http://localhost/zv3/"; Also tried to modify uri_protocal to all possible values to no avail :| Can anyone help me out, please? I saw a fancy CodeIgniter demo and want to give it a go! Thanks! |
Messages In This Thread |
Installation on Ubuntu, Apache 2 - by El Forum - 01-21-2008, 02:08 PM
Installation on Ubuntu, Apache 2 - by El Forum - 01-21-2008, 02:27 PM
Installation on Ubuntu, Apache 2 - by El Forum - 01-21-2008, 02:36 PM
|