{% translate 'Sub Domains' %}
{% translate 'Create a Sub Domain' %}
{% translate 'A subdomain is an additional part to your main domain name. Subdomains are created to organize and navigate to different sections of your website. You can create multiple subdomains or child domains on your main domain.' %}
{% translate 'For example' %} blog.example.com {% translate 'is a subdomain of' %} example.com
{% if form.errors %}
{% if havesubdomain %}
{%else%}
{% 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" %}
{{ message }}
{% else %}
{{ message }}
{% endif %}
{% endfor %}
{% endif %}
{% translate "Package limit exceeded, you can't add new sub-domains. Please upgrade your hosting package" %}
{%endif%}
{% translate 'Manage Sub Domains' %}
{% translate 'Sl.No' %} | {% translate 'Sub Domains' %} | {% translate 'Document Root' %} | {% translate 'Redirection URL' %} | {% translate 'Action' %} |
---|---|---|---|---|
{% translate 'Sl.No' %} | {% translate 'Sub Domains' %} | {% translate 'Document Root' %} | {% translate 'Redirection URL' %} | {% translate 'Action' %} |