[Solved] mod_rewrite, index.php or how I will go crazy ... |
[eluser]laegnur[/eluser]
Hi I have a development server with apache2, php and mysql under ubuntu jaunty. In the ServerRoot I have a folder called "artabro" and into it, the codeigniter installation. In "artabro" I have the next .htaccess too: Code: <IfModule mod_rewrite.c> In the codeigniter's config.php, I have changed the base_url to "http://localhost/artabro/", the index_page to "" and the uri_protocol to "REQUEST_URI" If I access to http://localhost/artabro or http://localhost/artabro/index.php/welcome/ it shows the welcome class without problem. But if I tried to access to http://localhost/welcome it don't works... The apache log said that: "Files does not exist: /var/www/artabro/welcome" I don't know what more do to fix this... Someone can help me? |
Messages In This Thread |
[Solved] mod_rewrite, index.php or how I will go crazy ... - by El Forum - 09-30-2009, 06:05 PM
[Solved] mod_rewrite, index.php or how I will go crazy ... - by El Forum - 09-30-2009, 08:38 PM
[Solved] mod_rewrite, index.php or how I will go crazy ... - by El Forum - 10-01-2009, 12:10 AM
[Solved] mod_rewrite, index.php or how I will go crazy ... - by El Forum - 10-01-2009, 12:11 AM
[Solved] mod_rewrite, index.php or how I will go crazy ... - by El Forum - 10-01-2009, 12:19 AM
[Solved] mod_rewrite, index.php or how I will go crazy ... - by El Forum - 10-01-2009, 12:30 AM
|