Search Results for https

Redirect HTTP to HTTPS

...> https://example.com https://example.com > 301 > https://www.example.com http://www.example.com > 301 > https://www.example.com Windows Server IIS An HTTP to HTTPS redirect on IIS is often better left to the web server,...

Tips to speed up WordPress, serve gzip compressed static HTML files

a laptop computer sitting on top of a table

...|xda-).*" /> <add input="{HTTP_ACCEPT_ENCODING}" pattern="gzip" /> <add input="{HTTPS}" pattern="on" /> <add input="{DOCUMENT_ROOT}/wp-content/cache/supercache/{SERVER_NAME}/{R:1}/index-https-mobile.html.gz" matchType="IsFile" /> </conditions> <serverVariables> <set name="HTTP_X_ORIGINAL_ACCEPT_ENCODING" value="{HTTP_ACCEPT_ENCODING}" /> <set name="HTTP_ACCEPT_ENCODING" value=""/> </serverVariables> <action type="Rewrite" url="/wp-content/cache/supercache/{SERVER_NAME}/{R:1}/index-https-mobile.html.gz" /> </rule> <!--...

Install SQL Server cumulative updates silently

Microsoft SQL Server logo

...MS SQL Server. You can find it on https://sqlserverbuilds.blogspot.com/. Microsoft maintains “Latest updates and version history for SQL Server” on https://learn.microsoft.com/en-us/troubleshoot/sql/releases/download-and-install-latest-updates. And furthermore you can download the most recent CU...

Connect to MS SQL Server with PHP 5.3+

PHP logo by Colin Viebrock

...example you can use to connect from PHP to SQL Server with sqlsrv_connect() is: <?php /* * Follow me on Twitter: @Jan_Reilink * Donate: https://www.paypal.me/jreilink */ function connectMssql($hostname, $username, $dbname,...

Windows 11 and WSL 2 DevOps environment

DevOps/SysOps Infrastructure as a Service flow

...install cloudmonkey But unfortunately, this doesn’t work with WSL, as snap install fails. Luckily you can download standalone binaries and use CloudMonkey in Windows and Linux: https://github.com/apache/cloudstack-cloudmonkey/releases/download/6.2.0/cmk.windows.x86-64.exe https://github.com/apache/cloudstack-cloudmonkey/releases/download/6.2.0/cmk.linux.x86-64 and this...

11+ Tips to optimize Umbraco 7 CMS

Umbraco Project Belle

...ASP.NET process goes through every directory looking for web.config configuration settings. Relatively this takes a lot of extra time. https://blogs.msdn.microsoft.com/sroun/2014/11/13/allowsubdirconfig-clarification/ https://blogs.msdn.microsoft.com/carmelop/2012/12/27/iis7s-performance-slower-than-iis6/ It is enabled by default. System administrators may choose...

Connect to SqlCe (SQL Server Compact) database from ASP

Database design

...@ SQL Server Connect Some additional information is also in the SQL Server Compact forums, at https://social.msdn.microsoft.com/Forums/sqlserver/en-US/95797446-0f9d-4e75-9007-adcd6f6a9d1e/is-sql-server-compact-dead-?forum=sqlce and on WikiPedia: https://en.wikipedia.org/wiki/SQL_Server_Compact#Deprecation Convert SqlCe database to SQL Server is my recommendation....

Force HSTS in Apache .htaccess

Apache HTTP server logo

...enable HTTP Strict-Transport-Security (HSTS) on IIS, HTTP Strict Transport Security (HSTS) is a web security policy mechanism which is necessary to protect secure HTTPS websites against downgrade attacks, and which...

TLS handshake

TLS handshake – image taken from vsociety_ by vicarius (https://www.vicarius.io/vsociety/)...