7 lines
127 B
ApacheConf
7 lines
127 B
ApacheConf
## YOUR CONFIG HERE
|
|
|
|
<IfModule alias_module>
|
|
## OTHER CONFIG HERE
|
|
|
|
Alias "/maintenance" "/var/www/maintenance"
|
|
</IfModule>
|