• Skip to main content
  • Skip to primary sidebar

Web Development Archive

  • Archive
You are here: Home / Archives for Server

Server

Simple URL redirection with htaccess

Redirect 301 /old-page.html /new-page.html

Filed Under: Server Tagged With: htaccess

How to force SSL with .htaccess

RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

Filed Under: Server Tagged With: htaccess

Primary Sidebar

  • angular.io
© 2026 WP Flames - All Right Reserved