{% translate 'Domain App Selector' %}
{% translate 'Change Domain App' %}
{% translate 'The app selector feature will help you set up the domain virtual host for a specific app type, which will improve the performance of your website. Your app may be WordPress, Django, Joomla, etc,. The default app will run a standard HTML or PHP website.' %}
{% 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" %}
{{ message }}
{% else %}
{{ message }}
{% endif %}
{% endfor %}
{% endif %}
{% translate 'Manage Domain App' %}
{% translate 'Sl.No' %} | {% translate 'Sub Domains' %} | {% translate 'Document Root' %} | {% translate 'Current App' %} | {% translate 'Action' %} |
---|---|---|---|---|
{% translate 'Sl.No' %} | {% translate 'Sub Domains' %} | {% translate 'Document Root' %} | {% translate 'Current App' %} | {% translate 'Action' %} |