Skip to content

Instantly share code, notes, and snippets.

@artemrogov
Created August 26, 2015 20:51
Show Gist options
  • Save artemrogov/ba7fff9c242508607b1e to your computer and use it in GitHub Desktop.
Save artemrogov/ba7fff9c242508607b1e to your computer and use it in GitHub Desktop.
Добавление сайта на локальный сервер(LAMP)
<VirtualHost *:80>
ServerAlias namesite.ru www.namesite.ru
DocumentRoot /home/artem/public_html/namesite.ru
<Directory home/artem/public_html/namesite.ru/>
AllowOverride All
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment