deane.barker Posted November 12, 2012 Share Posted November 12, 2012 I want to run it in a sub-directory of an existing virtual host, and using a shared database. Does it play well with others? Link to comment Share on other sites More sharing options...
diogo Posted November 12, 2012 Share Posted November 12, 2012 I have two websites running in that situation and everything seems fine. Well, one of them is a bit slow, but is not the fault of pw as the ftp is also slow there. edit: forgot to mention that I don't have shared database. Only subdirectory in shared hosting... Link to comment Share on other sites More sharing options...
ryan Posted November 12, 2012 Share Posted November 12, 2012 ProcessWire is happy to run in a subdirectory or further. But it is not designed to share databases with any other product. While you may be able to do it (assuming no table name conflicts) I don't recommend it for ProcessWire or any other software... just as a matter of good security. 1 Link to comment Share on other sites More sharing options...
teppo Posted November 12, 2012 Share Posted November 12, 2012 Subdirectory shouldn't cause any problems, I've been forced to do this couple of times without any trouble. Regarding shared database you should take into account that ProcessWire tables cannot be prefixed, at least not without (lots of) very ugly hacks. I'd suggest that you first of all make sure that no other system wants to use same table names. On the other hand I'd also like to suggest that you at least consider getting separate databases for each system, unless that's absolutely impossible for some reason. Makes things easier, less error-prone and (most importantly) more secure. This subject has been discussed here in more detail. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now