sef urls issue when CI installed in sub directory |
[eluser]nvhack[/eluser]
my pages load correctly when I use a url like http://localhost/ci/index.php?mytest but not when I use urls like this http://localhost/ci/mytest It routes me back to http://localhost/ not http://localhost/ci/ I use XAMPP as my laptop server and I develop many sites from subdirectories So I really want it installed in the subdirectory. Is there a way of fixing this? Perhaps via the route.php? I have my base_url set Code: $config['base_url']= "http://localhost/ci/"; and have tried all of these options instead of AUTO Code: | 'AUTO' Default - auto detects my htaccess file is Code: RewriteEngine on Any ideas? |
Messages In This Thread |
sef urls issue when CI installed in sub directory - by El Forum - 09-24-2008, 08:15 PM
sef urls issue when CI installed in sub directory - by El Forum - 09-24-2008, 08:35 PM
sef urls issue when CI installed in sub directory - by El Forum - 09-24-2008, 09:13 PM
sef urls issue when CI installed in sub directory - by El Forum - 09-25-2008, 07:41 AM
|