{% translate 'Redirection' %}

{% translate 'What is Forced SSL' %}?

{% translate 'To redirect a website to an SSL or HTTPS website even if the visitor uses a non-SSL website url. An example is given below,' %}
http://example.com to https://example.com


{% translate 'What is WWW redirection' %}?

{% translate 'To redirect we website to the www subdomain or redirect all links to the non-www website. An example is given below,' %}
Non-WWW to WWW : example.com to www.example.com
WWW to Non-WWW : www.example.com to example.com

{% translate 'What is URL redirection' %}?

{% translate 'To redirect a website to another external website or website url. An example is given below,' %}
example.net to example.com
example.org to example.net/somepage.html

{% translate 'Manage Website Redirection' %}

{% translate 'You can manage different types of redirection from this control panel.' %}

{% if form.errors %}
{% for error in form.non_field_errors %} {{ error|escape }} {% endfor %} {% for field in form %} {% for error in field.errors %} {{ error|escape }} {% endfor %} {% endfor %}
{% endif %} {% if messages %} {% for message in messages %} {% if message.tags == "success" %} {% else %}
{{ message }}
{% endif %} {% endfor %} {% endif %}
{% csrf_token %}
{% csrf_token %}
{% csrf_token %}
{% csrf_token %}
{% csrf_token %}
{% include "footer.html" %} {% include "datatablejs.html" %}