Welcome Guest, Not a member yet? Register   Sign In
problem with removing index.php
#1

[eluser]Skuja[/eluser]
Hi, I am new to all of this mod_rewrite thing. So I have followed thiswiki tutorial and still am expieriencing problems with removing index.php from URI.
I have following test controller with following code:
Code:
<?php
class Test_controller extends Controller {
    function index()
    {
        echo 'Hello World!';
        $this->load->helper('url');
        echo anchor('test_controller/test','test');
    }

    function test()
    {
        echo 'Look at this!';
    }
}
?>
when I open http://localhost/test/ it successfuly loads test_controller because it is set as default, but when I click on anchor hyperlink, the webserver throws object not found error, also this error appears when i'm trying to access my page this way: http://localhost/test/test_controller/
When I try to open my page with 'index.php' included in URI like this:
http://localhost/test/index.php/test_controller/
it works just fine.
I am using latest xampp application on windows based system.
The .htaccess file is identical to the one like in the tutorial, mod_rewrite is also set to load in httpd.conf.
So i would like your help to solve my problem to remove index.php form URI.


Messages In This Thread
problem with removing index.php - by El Forum - 01-22-2008, 02:24 AM
problem with removing index.php - by El Forum - 01-22-2008, 02:27 AM
problem with removing index.php - by El Forum - 01-22-2008, 02:35 AM
problem with removing index.php - by El Forum - 01-22-2008, 02:41 AM
problem with removing index.php - by El Forum - 01-22-2008, 03:00 AM
problem with removing index.php - by El Forum - 01-22-2008, 03:23 AM
problem with removing index.php - by El Forum - 01-22-2008, 03:55 AM
problem with removing index.php - by El Forum - 01-22-2008, 04:03 AM
problem with removing index.php - by El Forum - 01-22-2008, 04:15 AM
problem with removing index.php - by El Forum - 01-22-2008, 04:15 AM
problem with removing index.php - by El Forum - 01-22-2008, 04:17 AM
problem with removing index.php - by El Forum - 01-22-2008, 04:22 AM
problem with removing index.php - by El Forum - 01-22-2008, 04:37 AM
problem with removing index.php - by El Forum - 01-22-2008, 04:50 AM
problem with removing index.php - by El Forum - 01-22-2008, 04:55 AM
problem with removing index.php - by El Forum - 01-22-2008, 06:20 AM
problem with removing index.php - by El Forum - 01-22-2008, 07:57 PM
problem with removing index.php - by El Forum - 01-25-2008, 02:54 AM
problem with removing index.php - by El Forum - 01-25-2008, 08:36 AM
problem with removing index.php - by El Forum - 01-25-2008, 10:28 AM
problem with removing index.php - by El Forum - 01-25-2008, 10:54 AM
problem with removing index.php - by El Forum - 02-01-2008, 06:41 AM
problem with removing index.php - by El Forum - 02-01-2008, 08:26 AM
problem with removing index.php - by El Forum - 02-01-2008, 08:36 AM
problem with removing index.php - by El Forum - 04-14-2008, 03:06 PM
problem with removing index.php - by El Forum - 02-13-2009, 11:33 AM
problem with removing index.php - by El Forum - 07-15-2009, 12:29 AM
problem with removing index.php - by El Forum - 07-15-2009, 08:45 AM
problem with removing index.php - by El Forum - 12-21-2010, 05:09 AM
problem with removing index.php - by El Forum - 02-03-2011, 02:40 AM



Theme © iAndrew 2016 - Forum software by © MyBB