ES
navigate Enter open Esc close
Server & Apache Optimization

.htaccess & Server Rules Generator

Generate optimized Apache directives for cache-control, GZIP compression and security headers.

Speed Optimizations

Gzip / Deflate Compression Reduces transfer size of text files (HTML, CSS, JS, SVG).
Browser Cache (Expires Headers) Tells browsers to store static resources locally (Images, Fonts, CSS, JS).

Redirects and HTTPS

Force HTTPS Automatically redirects all insecure HTTP traffic to the secure HTTPS version.
Domain Settings (WWW) Force WWW or non-WWW version in the browser address bar.

Security Headers

Clickjacking Protection (X-Frame-Options) Prevents your site from being framed in external iFrames (Prevents Clickjacking).
Content Type Protection (MIME Sniffing) Prevents browsers from loading executable files disguised as stylesheets or images.
Hotlinking Prevention Blocks direct loading of your images from other websites.

Reverse Proxy (Nginx only)

Enable Reverse Proxy Redirects traffic from a path on your domain to an internal IP/port (e.g. app on 127.0.0.1:3000).

Share this tool

Help others by sharing this free tool.