htaccess |
[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> |
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
|