Search found 3 matches

by thuerrsch
Sun Oct 17, 2010 1:19 am
Forum: Support
Topic: [SOLVED] New utils (edit, show & create) how? where?
Replies: 15
Views: 14094

Re: New utils (edit, show & create) how? where?

I'd also like to use the new utilites, however I try to avoid compiling anything as much as possible on my machines. I'm not a real programmer, and compiler output usually makes my feel old and stupid. When anything goes wrong, I just don't have the expertise to fix it, and most of the time somethin...
by thuerrsch
Tue Aug 24, 2010 7:55 pm
Forum: Web Interface
Topic: how to redirect Transmission 1.34 to port 80?
Replies: 28
Views: 129463

Re: how to redirect Transmission 1.34 to port 80?

One more thing: Accessing server/transmission/ (with trailing slash) worked only after removing the first pair of brackets from: RewriteRule /transmission[/]?$ /transmission/web/ [R=permanent] resulting in: RewriteRule /transmission/?$ /transmission/web [R=permanent] Weird, it shouldn't make a diffe...
by thuerrsch
Tue Aug 24, 2010 7:31 pm
Forum: Web Interface
Topic: how to redirect Transmission 1.34 to port 80?
Replies: 28
Views: 129463

Re: how to redirect Transmission 1.34 to port 80?

I also had trouble redirecting server:9091 to server/transmission using Apache. Following the "official" how-to at https://trac.transmissionbt.com/wiki/WebProxy , I could access server/transmission/web/ , but I got conflict 409 errors whenever going to server/transmission , as intended. Sa...