CodeIgniter site in subdirectory, htaccess file maybe interfering with htaccess file in main directory?
- by patricksayshi
In my CodeIgniter site, navigating to any page but the index gives me this error:
No input file specified.
Googling around, it seems like the cause must have something to do with my .htaccess situation. The way this is set up, and maybe this can eventually change, is that my CI site is in a subdirectory of the main domain. The CI site and…