Generate common .htaccess snippets for Apache.
# Force HTTPS
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]Copy common Apache .htaccess snippets: force HTTPS, force WWW, remove trailing slash, custom 404, and security options.
Is this tool free to use?
Does the tool run in the browser?
Is my data uploaded to a server?
Can I use this tool for large files?
Input
Force HTTPS
Output
RewriteRule ...