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

[eluser]seeraw[/eluser]
Hi R_Nelson,

Here is the complete code and you dont need to make changes as

$config[‘uri_protocol’] = “REQUEST_URI”;
Keep it AUTO instead rather make change index_page=’’ in config file,
Whats you need to sure that your mod_rewrite should be on change your httpd.conf file setting


RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L]

Thanks,
Swapnil


Messages In This Thread
htacess question - by El Forum - 03-04-2011, 12:12 AM
htacess question - by El Forum - 03-04-2011, 12:23 AM
htacess question - by El Forum - 03-04-2011, 04:24 AM



Theme © iAndrew 2016 - Forum software by © MyBB