www redirection

PHOTO EMBED

Fri Aug 25 2023 05:12:14 GMT+0000 (Coordinated Universal Time)

Saved by @gshailesh27

//www to non-www redirection add line one on the htaccess file

RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
RewriteRule ^(.*)$ https://%1/$1 [R=301,L]
content_copyCOPY