πͺ
.htaccess Generator
Build .htaccess snippets for redirects, rewrites, caching, and security.
.htaccess
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
RewriteRule ^ https://%1%{REQUEST_URI} [L,R=301]
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/html text/css application/javascript application/json
</IfModule>Related tools
π·οΈMeta Tags GeneratorCreate SEO-friendly meta tags for any page.πΌοΈOG Image GeneratorDesign Open Graph images for social sharing.π€robots.txt GeneratorCreate robots.txt files for search engine bots.πΊοΈSitemap GeneratorCreate XML sitemaps from URLs.βFavicon GeneratorGenerate favicons for all platforms.π§ΌCSS MinifierMinify CSS files with source map support.