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

[eluser]Unknown[/eluser]
OK, I tested this and worked for me on both wamp and xampp server for windows.
So, try this:

apache rewrite_module is loaded.

edit config.php like this:

Code:
$config['base_url'] = "http://localhost/>>YOUR_DIR_NAME<</";

$config['index_page'] = "";

and edit .htaccess file like this :
Code:
<IfModule mod_rewrite.c>
    RewriteEngine On
    #RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>

<IfModule !mod_rewrite.c>
    ErrorDocument 404 /index.php
</IfModule>


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