Hi!

I have set up (for administrative reasons) 2 shops which have same layout and could share same includes folder.
But...need to have separated db's.

The second shop is below the main shop root.
Now..in my includes/configure.php of the second shop i have defined

define('DIR_WS_IMAGES', '../eu/images/');
define('DIR_WS_INCLUDES', '../eu/includes/'); etc...

It works fine, the second shop uses the main shops includes folder.
Do you have any recommendations or known issues could come up?
I have checked Payments (incl. PayPal) , shipping etc. and everything seems to work fine.

Just need your comments IF there is something I need to alter.

Dimi