Last active
December 11, 2015 19:49
-
-
Save reifman/4651507 to your computer and use it in GitHub Desktop.
Apache Site Configuration for WordPress e.g. e.g. /etc/apache2/sites-available
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<VirtualHost *:8080> | |
ServerName yourdomain.com | |
ServerAlias *.yourdomain.com | |
DocumentRoot /var/www/your-domain-wordpress-directory-install/ | |
</VirtualHost> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment