Welcome Guest, Not a member yet? Register   Sign In
htaccess
#2

[eluser]haydenk[/eluser]
Check out this out for a new updated htaccess.

For this one though, your htaccess is fine, you need to edit your config.php
Code:
$config['index_page'] = "index.php";

should be changed to
Code:
$config['index_page'] = "";


Try using this minor adjustment if that one is not working
Code:
<IfModule mod_rewrite.c>
    RewriteEngine on
    RewriteCond $1 !^(index\.php|images|robots\.txt)
    RewriteRule ^(.*)$ /index.php?/$1 [L]
</IfModule>
Notice the ? after index.php


Messages In This Thread
htaccess - by El Forum - 07-29-2010, 09:50 PM
htaccess - by El Forum - 07-29-2010, 10:38 PM
htaccess - by El Forum - 07-30-2010, 10:33 AM
htaccess - by El Forum - 07-30-2010, 10:58 AM
htaccess - by El Forum - 07-30-2010, 02:13 PM
htaccess - by El Forum - 07-30-2010, 02:15 PM
htaccess - by El Forum - 07-31-2010, 11:58 AM



Theme © iAndrew 2016 - Forum software by © MyBB