another CI in subdirectory? |
[eluser]JackMeUp[/eluser]
Hello, I have a CI site set up to use urls like: - www.dn.com/ - www.dn.com/home - www.dn.com/about Now I want to add a working copy of the site under folder /testnew - www.dn.com/testnew/about , etc... This seems to be working for the home page only. Whenever I click a link, for example to www.dn.com/testnew/contact, it loads www.dn.com/contact instead. I don't understand why. Does the answer lie in .htaccess, or routes.php? And in which CI instance? Here is my .htaccess Code: RewriteEngine On Thanks for any tips. Jack. |
Messages In This Thread |
another CI in subdirectory? - by El Forum - 05-10-2010, 12:59 PM
another CI in subdirectory? - by El Forum - 05-10-2010, 01:23 PM
another CI in subdirectory? - by El Forum - 05-10-2010, 01:27 PM
another CI in subdirectory? - by El Forum - 05-10-2010, 02:50 PM
|