Force a secure connection to the TCAdmin website

Install Ionic's Isapi Rewrite Filter http://iirf.codeplex.com/ and use this rewrite code:

RewriteRule ^(.*)billingapi\.aspx(.*) - [L,NC]
RewriteRule ^(.*)filemanager_upload_frame\.aspx(.*) - [L,NC]
RewriteRule ^(.*)filemanager_upload\.aspx(.*) - [L,NC]
RewriteCond %{HTTPS} off
RewriteCond %{SERVER_PORT} ^80$
RedirectRule ^/(.*)$ https://%{SERVER_NAME}/$1 [R=301]

Thanks to KINGJ.NET Game Servers

  • 278 Benutzer fanden dies hilfreich
War diese Antwort hilfreich?

Verwandte Artikel

TCAdmin Monitor Does not start on Win2k8

We have had a few clients that have upgraded to the latest version of Windows 2008 Server that...

Increasing the 10 connection limit on Windows XP IIS web server

By default IIS on IIS is limited to 10 connections. This can be increased to 40 connections. To...

How to connect to MS Remote Desktop in console mode

For those of you that use our "interact with desktop" feature within TCAdmin you must login in...

Windows registry changes for Ventrilo Hosts and servers with a lot of services

**Reported by numerous Ventrilo Hosts**By default the Windows Server OS will only handle an...

Installing Internet Information Services (IIS)

Installing IIS on Windows 2000:...