Created
October 25, 2013 19:31
-
-
Save ksummerlin/7160499 to your computer and use it in GitHub Desktop.
Ubuntu 13.10, Apache 2.4 wordpress.conf for a WordPress blog sub-directory.
This file contains hidden or 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
| Alias /wordpress/wp-content /var/lib/wordpress/wp-content/ | |
| Alias /wordpress /usr/share/wordpress/ | |
| <Directory "/usr/share/wordpress"> | |
| Options FollowSymLinks MultiViews | |
| </Directory> | |
| <Directory "/var/lib/wordpress"> | |
| Options Includes FollowSymLinks MultiViews | |
| Require all granted | |
| </Directory> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment