[eluser]sayo[/eluser]
having problems accessing images in
multiple applications using one CI
installation.
I have this .htaccess
Options +FollowSymLinks
Options -Indexes
DirectoryIndex index.php
RewriteEngine on
RewriteCond $1 !^(index\.php|img|css|js|phpjobscheduler|robots\.txt|favicon\.ico)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [NC,L]
I have two applications:
user
admin
Everything works great with index.php
which accesses the user folder but in
the admin.php which is for the admin,
images are not displayed.
Any suggestions pls?
NOTE: all works good on localhost