Alfred’s Apache Notes

A few notes on configuring Apache.

Creating aliases within virtual host

ServerName example.com
ServerAlias examplea.com
ServerAlias exampleb.com
ServerAlias examplec.com

Running HTML files through PHP

AddType application/x-httpd-php .html

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.