Welcome Guest, Not a member yet? Register   Sign In
codeigniter in subdirectory
#1

[eluser]dexter21[/eluser]
Hi, i have ci in www.mysite.com/codeigniter

in /codeigniter/public i have all css and js and in /codeigniter/public the images of the site.

when i type www.mysite.com it load right the ci but all the images and css dont load. and if i type www.mysite.com/public/image.gif it also place the index.php before url and images dont load. RewriteCond dont load.

i have follogin .htaccess
Code:
RewriteRule ^/(index.php)?$ /codeigniter/index.php [L]


RewriteCond $1 !(rewrite\.inc|phpinfo\.php|public|imagenes|phpMyAdmin)

RewriteRule ^/(.*)$ /codeigniter/index.php?$1 [L]


any help plz ?



Many thanks


Messages In This Thread
codeigniter in subdirectory - by El Forum - 07-10-2008, 09:06 AM
codeigniter in subdirectory - by El Forum - 07-10-2008, 10:50 AM
codeigniter in subdirectory - by El Forum - 07-10-2008, 11:52 AM



Theme © iAndrew 2016 - Forum software by © MyBB