Welcome Guest, Not a member yet? Register   Sign In
'welcome' not showing up as expected
#11

[eluser]NateL[/eluser]
Thanks Randy. I'm on a shared server so that is information I cannot check. I am looking into another server right now to see if I can get more flexibility.

KaBaDaBrA, that gives me a 500 internal error.
#12

[eluser]Randy Casburn[/eluser]
@phpoet -- We know mod_rewrite is working since he is not required to put index.php in his url...good thinking though.

Randy
#13

[eluser]KaBaDaBrA[/eluser]
Hey again...

If there is another .htaccess file in the ROOT directory this could cause a conflict. The code that I use is:

Code:
RewriteEngine on

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

Works fine for me...

Also try setting your $config['index_page'] = "index.php/" and see if that works. If it works then its possible that the ROOT .htaccess file is causing conflict...

BUT I could be wrong...




Theme © iAndrew 2016 - Forum software by © MyBB