Welcome Guest, Not a member yet? Register   Sign In
Problem with loading image and css file in the browser
#1

[eluser]Unknown[/eluser]
<img src="&lt;?=base_url()?&gt;images/2.jpg" border="0"/>
this code does not load 2.jpg in my browser,I think this problem is about my web server (Apache) or my .htaccess file :
DirectoryIndex index.php
RewriteEngine on
RewriteCond $1 !^(index\.php|images|css|js|robots\.txt|favicon\.ico)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ ./index.php/$1 [L,QSA]
please tell me a way for loading my picture?




Theme © iAndrew 2016 - Forum software by © MyBB