|
Hi,
I've been using usvn internally for a couple of months now and i really like it. There are a few things that when deploying it to a client server make it a bit unfriendly, i need to change the root path in the code in various places, so my sugestion is:
In you index.php in public use a CONSTANT for example DOC_ROOT or something and just reference to that constant in the rest of the app, for example in my case i have clients that use ISPConfig as a control panel, and by default the root folder is "web" not "public", in my case is "public_html". There's no need to force it to be the folder "public".
That is an easy one.
|