{% extends 'base.html' %} {% block content %} {% if current_domain %}
{{ _('The options below allow you to manage the native WordPress debugging tools, enabling and disabling these tools in the wp-config.php file. It is not recommended to use these options on production websites since they are meant for development and test installations. Refer to') }} {{ _('Debugging in WordPress') }} {{ _('article for more information on these options.') }}
|
{{ _('Security Measures') }} |
{{ _('Status') }}
|
---|---|---|
|
{{ _('Restrict access to files and directories') }} | {{ _('STATUS') }} |
|
{{ _('Configure security keys') }} | {{ _('STATUS') }} |
|
{{ _('Block access to') }} xmlrpc.php ({{ _('can be reverted') }}) | {{ _('STATUS') }} |
|
{{ _('Block directory browsing') }} ({{ _('can be reverted') }}) | {{ _('STATUS') }} |
|
{{ _('Forbid execution of PHP scripts in the wp-includes directory') }} ({{ _('can be reverted') }}) | {{ _('STATUS') }} |
|
{{ _('Forbid execution of PHP scripts in the wp-content/uploads directory') }} ({{ _('can be reverted') }}) | {{ _('STATUS') }} |
|
{{ _('Block access to wp-config.php') }} ({{ _('can be reverted') }}) | {{ _('STATUS') }} |
|
{{ _('Disable scripts concatenation for WordPress admin panel') }} ({{ _('can be reverted') }}) | {{ _('STATUS') }} |
|
{{ _('Turn off pingbacks') }} ({{ _('can be reverted') }}) | {{ _('STATUS') }} |
|
{{ _('Disable PHP execution in cache directories') }} ({{ _('can be reverted') }}) | {{ _('STATUS') }} |
|
{{ _('Disable file editing in WordPress Dashboard') }} ({{ _('can be reverted') }}) | {{ _('STATUS') }} |
|
{{ _('Change default database table prefix') }} | {{ _('STATUS') }} |
|
{{ _('Enable bot protection') }} ({{ _('can be reverted') }}) | {{ _('STATUS') }} |
|
{{ _('Block access to sensitive files') }} ({{ _('can be reverted') }}) | {{ _('STATUS') }} |
|
{{ _('Block access to potentially sensitive files') }} ({{ _('can be reverted') }}) | {{ _('STATUS') }} |
|
{{ _('Block access to .htaccess and .htpasswd') }} ({{ _('can be reverted') }}) | {{ _('STATUS') }} |
|
{{ _('Block author scans') }} ({{ _('can be reverted') }}) | {{ _('STATUS') }} |
|
{{ _("Change default administrator's username") }} | {{ _('STATUS') }} |
{% if container.type|lower == "wordpress" %}
{{ container.type }}
{% elif container.type|lower == "mautic" %}
{% elif container.type|lower == "flarum" %}
{% elif container.type|lower == "nodejs" %}
{% else %}
{{ container.type }}
{% endif %}
{{ _("Preview website with a temporary domain,") }} {{ _("valid for 15 minutes only!") }} {{ _("Helpful if your domain hasn't been pointed to the server's IP address yet and lacks an SSL certificate.") }}
{{ _("Create a manual backup of the ") }} {{container.type}} {{ _("website's files and database for data protection.") }}
{{ _('Restore the website to a previous state using a previously created backup.') }}
{{ _('Remove the {{container.type}} website from this manager without actually deleting any files or database.') }}
{{ _('Completely remove the {{container.type}} website, including its files, database, and records from this manager.') }}