Welcome Guest, Not a member yet? Register   Sign In
Images, Styles, Scripts not view
#1

[eluser]Sathishkumar[/eluser]
Hello all,
I'm newbie in CI. Now i start my project CI.

If i put this .htaccess code in my server - images,styles,scripts not view.

Code:
RewriteEngine on
RewriteCond $1 !^(index\.php|javascript|style|images|robots\.txt)
RewriteRule ^(.*)$ ./index.php/$1 [L]

If i remove this .htaccess file, show all things but URL show's index.php ie. http://localhost/index.php/filename
there any problem in my .htaccess or anything.
what can i do. please help me.


Regards,
Sathish.


Messages In This Thread
Images, Styles, Scripts not view - by El Forum - 11-25-2009, 09:53 PM
Images, Styles, Scripts not view - by El Forum - 11-26-2009, 01:01 AM
Images, Styles, Scripts not view - by El Forum - 11-27-2009, 12:02 AM
Images, Styles, Scripts not view - by El Forum - 11-27-2009, 12:54 AM



Theme © iAndrew 2016 - Forum software by © MyBB