Search found 1 match

by grisbilen
Fri Apr 15, 2011 10:47 pm
Forum: Web Interface
Topic: how to redirect Transmission 1.34 to port 80?
Replies: 28
Views: 174460

Re: how to redirect Transmission 1.34 to port 80?

This worked for me on a QNAP TS-419P+ NAS:
Turns out that in the end my issue was the trailing slash so i just added a rewrite rule to append the slash for the address /transmission/web and all works fine
# Put this after the other LoadModule directives
LoadModule proxy_module /mnt/ext/opt/apache ...