برای این کار کافیست در فایل htaccess کد زیر را وارد نمایید

RewriteEngine on
RewriteCond %{HTTP_HOST} ^www\.(.*)
RewriteRule ^.*$ https://%1/$1 [R=301,L]
Was this answer helpful? 0 Users Found This Useful (0 Votes)