Welcome Guest, Not a member yet? Register   Sign In
codeigniter in a subdirectory, some issues.
#3

(12-04-2014, 08:32 AM)malokevi Wrote: http://sleepawake.com/2013/application/c.../reset.css

whereas typically I would expect this to work:

http://sleepawake.com/2013/common/styles/reset.css


(not 100% sure I know how those links are generated.. however)

Your htaccess file can be updated to exclude directories that are same level as application/
perhaps "common" is attempting to be run as a controller due to RewriteCond

So after you set your base directory to 2013 and set the codeigniter base properly
PHP Code:
RewriteCond $!^(index\.php|images|media|assets|common|themes|robots\.txt)
RewriteRule ^(.*)$ /index.php/$[L
Reply


Messages In This Thread
RE: codeigniter in a subdirectory, some issues. - by trentramseyer - 12-06-2014, 05:10 AM



Theme © iAndrew 2016 - Forum software by © MyBB