Image Path For Dev Store

I have a 2nd store running under root in directory /dev for testing etc.

Instead of me copying all the thousands of /images to dev/images

is there a way to tell /dev to use the /images directory in the Live store

thanks

john

Unfortunately, extra development work is required to do it.

thanks

Hi!

In case if your dev store will use the copy of your original store's database, you can try to make a symbolic link to the /images/

folder. However in this case, please make sure that changes in images of the dev store will also affect the live store itself, so you need to be very careful:

https://linuxize.com/post/how-to-create-symbolic-links-in-linux-using-the-ln-command/