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

[eluser]Unknown[/eluser]
[quote author="haydenk" date="1280482688"]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[/quote]

Could you please explain what the ? mark after index.php indicate, why is this required


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