This shows you the differences between two versions of the page.
| — | faq:vhost05 [2011/04/30 19:13] (current) – created georg | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | < | ||
| + | 05] WHERE DO I UPLOAD MY VHOST' | ||
| + | When you run ' | ||
| + | told that your files reside in $HOME/ | ||
| + | for that particular domain. | ||
| + | | ||
| + | | ||
| + | |||
| + | Also, its important to note if you want to host say | ||
| + | ' | ||
| + | | ||
| + | a ' | ||
| + | |||
| + | This is fine if you want content to differ .. however, | ||
| + | you probably don' | ||
| + | to duplicate your storage, you can make one of the directories | ||
| + | a symbolic link by doing the following: | ||
| + | |||
| + | $ cd $HOME/html | ||
| + | $ rm -rf www.foo.com | ||
| + | $ ln -s foo.com www.foo.com | ||
| + | |||
| + | Now you can put all your files in the directory ' | ||
| + | they show up when you access ' | ||
| + | </ | ||
| + | [[faq: | ||