comzemadrid Posted March 7, 2013 Share Posted March 7, 2013 (edited) hello . i have some strange problem with home feature products image. if in browser i type my url like this http://onthewaycompostela.com ------------- then its is fine and i can see home feature products images. but if i add the www with my url the im not able to see the home feature products image. this is the full url http://www.onthewaycompostela.com anyone have some idea pleas that how to fix this issue??? Thanks Edited March 8, 2013 by comzemadrid (see edit history) Link to comment Share on other sites More sharing options...
the.rampage.rado Posted March 7, 2013 Share Posted March 7, 2013 Make sure your site is updated to 1.5.3.1 and post your "Set shop URL" settings= Link to comment Share on other sites More sharing options...
comzemadrid Posted March 7, 2013 Author Share Posted March 7, 2013 Domain Store : onthewaycompostela.com Domain SSL: onthewaycompostela.com Base URI: / Link to comment Share on other sites More sharing options...
yaniv14 Posted March 7, 2013 Share Posted March 7, 2013 you need to configure redirect rules in your htaccess (RewriteEngine On) Link to comment Share on other sites More sharing options...
comzemadrid Posted March 7, 2013 Author Share Posted March 7, 2013 thanks. this is the code. where i can make changes can you tell me pleas? <IfModule mod_rewrite.c> RewriteEngine on RewriteCond %{HTTP_HOST} ^onthewaycompostela.com$ RewriteRule . - [E=REWRITEBASE:/] RewriteRule ^api/?(.*)$ %{ENV:REWRITEBASE}webservice/dispatcher.php?url=$1 [QSA,L] Link to comment Share on other sites More sharing options...
yaniv14 Posted March 8, 2013 Share Posted March 8, 2013 (edited) 1st try to delete your htaccess file and regenerate the file, if this doesn't work try adding this: RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC] RewriteRule ^(.*)$ http://%1/$1 [R=301,L] Edited March 8, 2013 by yaniv14 (see edit history) Link to comment Share on other sites More sharing options...
comzemadrid Posted March 8, 2013 Author Share Posted March 8, 2013 many thanks yeah its works for me. Big thanks Again Link to comment Share on other sites More sharing options...
Recommended Posts