How to Force HTTPS using Apache by thx11314 · Published October 19, 2017 · Updated October 19, 2017 Edit .htaccess <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{SERVER_PORT} !^443$ RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] </IfModule>
Setup SSH for Accessing Remote Server Without Password January 30, 2015 by troy · Published January 30, 2015 · Last modified January 31, 2015
Apache Permissions on ServerRoot Directories September 11, 2013 by troy · Published September 11, 2013 · Last modified November 17, 2014
Find Files by Modified Time in Days Hours or Minutes February 26, 2015 by troy · Published February 26, 2015