When I try to display image using image tag, there is problem to display image. For now images are in project/images/logo. The page where I am displaying image is in project/projectadmin/file.php.
The image path is given as below http://localhost/project/images/logo/cat%5F149.jpg. When i remove htaccess, then no problem to display image. Also when i use image path like this http://localhost/project/projectadmin/images/logo/cat%5F149.jpg moving images to project/projectadmin/images/logo/, no problem to display image.
What is my problem?
RewriteEngine On
ReWriteBase /project
RewriteRule ^(cat|Home|index.htm|)$ index.php [L,NC]
RewriteRule ^signin/(.*)$ Login.php?a=$1 [L,NC]
RewriteRule ^create_account/(.*)/(.*)$ createacc.php?v1=$1&v2=$2 [L,NC]
RewriteRule ^signup/(.*)$ createacc.php?var1=$1&var2=$1&var3=signup [L,NC]
RewriteRule ^myhope/(.*)$ home.php?var11=$1 [L,NC]
RewriteRule ^edit_account/(.*)$ edit_account.php?var12=$1 [L,NC]
RewriteRule ^edit_account_ship_pr edit_account_ship.php [L,NC]
RewriteRule ^edit_account_b/(.*)$ editacc.php?action=$1 [L,NC]