14 lines
306 B
Plaintext
14 lines
306 B
Plaintext
# _APPNAME_ default Apache configuration
|
|
|
|
Alias /_BASEURL_ _DOCROOTIN_/_BASEURL_
|
|
|
|
<Directory _DOCROOTIN_/_BASEURL_>
|
|
AllowOverride Options
|
|
Options FollowSymLinks
|
|
DirectoryIndex index.php
|
|
|
|
#RewriteEngine On
|
|
#RewriteBase /_BASEURL_/
|
|
#RewriteRule . maintenancemode.php [L]
|
|
</Directory>
|