Skip to main content
Topic: 2 projects same DB and same uploads folder (Read 430 times) previous topic - next topic

2 projects same DB and same uploads folder

Hi all,

How its possible have 2 different projects running on same xampp server using same DB and use same uploaded files (images, pdf...)
any tip?

Re: 2 projects same DB and same uploads folder

Reply #1
@lp_felix‍ to have two projects on the same xampp server and sharing the same DB is possible, but sharing the same uploaded files is slightly not possible because it requires you rewriting the two projects PHP code to interact with each other.