Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <VirtualHost *:80>
- ServerName mydomain.com.lc
- ServerAlias www.mydomain.com.lc
- ServerAdmin [email protected]
- DocumentRoot /var/www/html/mydomain.com.lc/com_mydomain/
- SetEnv APPLICATION_ENV local
- <Directory /var/www/html/mydomain.com.lc/com_mydomain >
- Options Indexes FollowSymLinks MultiViews
- AllowOverride all
- Require all granted
- </Directory>
- <Directory /var/www/html/mydomain.com.lc/com_mydomain/*>
- Require all granted
- </Directory>
- ErrorLog ${APACHE_LOG_DIR}/error.log
- CustomLog ${APACHE_LOG_DIR}/access.log combined
- </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment