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 Bu dökümanı faydalı bulan kullanıcılar:
Bu cevap yeterince yardımcı oldu mu?

İlgili diğer dökümanlar

How to fix 100% CPU used by w3wp.exe

IIS configuration:- Log in to your master server's remote desktop.- Go to Start > Control...

Installing Internet Information Services (IIS)

Installing IIS on Windows 2000:...

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...

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...

Disable Data Execution Prevention (DEP)

Some game mods (specially mods for Steam-based servers) might require you to disable Data...