Redirect non-www to www url .htaccess | How to Redirect non-www to www

Redirect non-www to www url .htaccess | How to Redirect non-www to www

The Digital Oceans

2 года назад

829 Просмотров

In this video you will learn how to redirect non-www URL to www.

Write the following code in your .htaccess file:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^the-digital-oceans.com
RewriteRule (.*) https://www.the-digital-oceans.com/$1 [R=301,L]

Check the following playlist to explore your knowledge:

1. Upload Website on live server (WordPress website, php website, CodeIgniter website etc.)
https://www.youtube.com/playlist?list=PL9aWomE7q8lRHqePqd_DHLfbllTrrUy5w

2. Web Designing Interview Questions:
https://www.youtube.com/playlist?list=PL9aWomE7q8lQvFAFfEo65vx5Yz-1_88F9

3. .htaccess tutorial:
https://www.youtube.com/playlist?list=PL9aWomE7q8lR9MQhCwmQWh5Z6TKu3o3zu

4. PHP Important Topics:
https://www.youtube.com/playlist?list=PL9aWomE7q8lQ4ACcQRR97VnKzlngNKfqM

5. React JS Important Topics
https://www.youtube.com/playlist?list=PL9aWomE7q8lQHTtQ6ok369FSQx8GjOsDk
Ссылки и html тэги не поддерживаются


Комментарии:

Sunakshi yadav
Sunakshi yadav - 07.06.2022 15:28

working, thanks

Ответить