SebastianWendel / astack

Astack is a script to securely deploy and update Atlassians developer applications in less than five minutes, like apt or yum.
2 stars 0 forks source link

add apache rewrite rule for http port 80 vhost #34

Closed SebastianWendel closed 11 years ago

SebastianWendel commented 11 years ago

RewriteRule ^/(.*) https://wiki.example.com/$1 [R=301,NE]

https://confluence.atlassian.com/display/DOC/Using+Apache+with+virtual+hosts+and+mod_proxy

SebastianWendel commented 11 years ago

changed apache rewrite rule