diff --git a/default-apache.conf b/default-apache.conf new file mode 100644 index 0000000..d6cb9d2 --- /dev/null +++ b/default-apache.conf @@ -0,0 +1,13 @@ +# _APPNAME_ default Apache configuration + +Alias /_BASEURL_ _DOCROOTIN_/_BASEURL_ + + + AllowOverride Options + Options FollowSymLinks + DirectoryIndex index.php + + #RewriteEngine On + #RewriteBase /_BASEURL_/ + #RewriteRule . maintenancemode.php [L] +