Jump to content

[Solved]Some images disappears after url redirection


mirko77

Recommended Posts

I add the following lines to my .htaccess file

RewriteCond %{HTTP_HOST} ^www.symposiumwines.com$ [NC]
RewriteRule ^(.*)$ http://symposiumwines.com/$1 [R=301,L]



and after doing that some of my images disappeared. Not all of them...even images with the same relative path are showing or not randomly.

You can check here


I removed those lines and re-generated a brand new .htaccess file from the administration panel but nothing changed.
Is the server caching the old pages? I checked under tools/smarty/cache but the folder is empty.

Any suggestion?


Update: Problem solved with a server reset.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...