Ticket #671 (new developer task)
Bring dev.bewelcome.org to life again!
| Reported by: | micha | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | unassigned |
| Component: | ServerSetup | Keywords: | domain subdomain dev symlink |
| Cc: | tobixen, philipp, jeanyves, callum |
Description
dev.bewelcome.org has to mirror bevolunteer.org/trac
Change History
comment:2 Changed 3 years ago by micha
While I prefer to have dev.bewelcome.org working natively I'm glad you did the job! Thanks! At least, none gets lost anymore...
comment:3 Changed 3 years ago by tobixen
Hm ... I'm not sure if I understand this ...
/etc/apache2/sites-enabled/dev.bewelcome.org
I've tried with:
RedirectMatch? /(.*)$ http://www.bevolunteer.org/trac/$1 [L,R=301] RedirectMatch? /(.*)$ http://www.bevolunteer.org/trac/$1 [L,PT] RedirectMatch? /(.*)$ http://www.bevolunteer.org/trac/$1 [L,P]
But whatever I use, I'm just getting a 302 redirect ...
comment:4 Changed 3 years ago by tobixen
Ah ... I'm mixing up RedirectMatch? and RewriteRule? ;-)
Fixed 301 redirecting now, through the RewriteRule?. "PassThrough?" gives "400 Bad Request", "ProxyPass?" gives "403 Forbidden". :-/



Fixed for http://dev.bewelcome.org/ (it now redirects) ... not fixed for https://dev.bewelcome.org