Below are the configurations that you need to do in ssl.conf to redirect the urls from one to another
RewriteEngine on
RewriteCond %{HTTP_HOST} ^www.linunix.in [NC]
RewriteRule ^(.*)$ https://www.vinodhlinunix.in [L,R=301]
After this , we need to restart the apache gracefully.
0 comments:
Post a Comment