How do I use whitespace in mu virtual host file "sites-available" and "sites-enabled"?
I'm currently trying:
/var/www/My\ Dropbox/public_html/
and it is not working.
|
How do I use whitespace in mu virtual host file "sites-available" and "sites-enabled"? I'm currently trying:
and it is not working. |
|||
|
|
|
Adding quotation marks ought to do it.
|
|||
|
|
|
I'm guessing you mean for your DocumentRoot (and not for the domain name)? Put it in quote marks, eg: "/var/www/My Dropbox/public_html". |
|||
|
|