filesystems - Best Practice for Web server file structure -


Is there any best method for layouting your webstrot on a server?

For example, there is currently a site with this structure:

  / var / www / current / html (Public DIR for most recent revisions) / var / Www / dev / html (Public Deir for Dev version)  

How does everyone take their www file structure?

I do not know any best practice, keeping it in / var is a good idea layout is okay And you can change at any time. The structure resolved through the URL is very difficult because it is difficult to change public and later.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -