Gallery3 Host URL configuration
s4mur4i
Joined: 2011-04-01
Posts: 6 |
Posted: Sun, 2012-06-17 10:30 |
Hy, I have an interesting setup, where gallery3 server is behind NAT and Apache reverse proxy. Some pages load okay, but some pages, for example on admin dashboard are redirected to the local hostname domain. I have tried looking in the application/config/config.php file, but that is for only the domain part not the main hostname. Version: 3.0.4 (Ricochet) External link should be: kep.szamuraj.ath.cx/gallery Thanks for any info. |
|
Posts: 6
Solved it.
On reverse proxy change two directives:
# ProxyPassReverse / http://whatever/
ProxyPreserveHost On
and it evaluates fine.