Adding hsts to htaccess

# HSTS <IfModule mod_headers.c> Header set Strict-Transport-Security “max-age=31536000; includeSubDomains; preload” env=HTTPS </IfModule> # X-XSS-Protection <IfModule mod_headers.c> Header set X-XSS-Protection “1; mode=block” </IfModule> # X-Frame-Options <IfModule

Read More »

Synology DS1815+ iSCSI

Ran into a problem with a synology DS1815+ and though this could be helpful for others. On the latest auto update to 6.0.1-3793 the iSCSI target(s) can become

Read More »

cpanel htacess dev environment.

WordPress .htacess for cpanel ~dev environment. For use when the site is installed @ domain.com but needs to be accessed from server.com/~username/ for testing. #

Read More »