Jump to content

images don't show after cloning site from dev to live


Marco Angeli
 Share

Recommended Posts

Hi there,

I migrated my site from dev to live server. Copied all files in the new location, transferred MySQL db from dev to live.

The site works properly, but the images not.

Even the processwire logo in control panel is not visible: is it something related with files permissions?

Is there an easy way to solve this issue?

EDIT: if I update a page via control panel, adding a new image, the thumbnail is blank...

Link to comment
Share on other sites

well...solved!

my .htaccess file on dev at the very end of the page (after the processwire directives)

#################################################################################################
# END PROCESSWIRE HTACCESS DIRECTIVES
#################################################################################################

had this little code that caused the issue:

RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ - [F,NC]

I deleted it and now I'm feeling better...

?

  • Like 1
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
 Share

×
×
  • Create New...