Help, I deleted the files.

Backups are automatically created weekly on the Premium plan and daily on the Business plan. You can save backups to your PC by going to Control Panel - Backups. To restore files from backups to the public_html folder, go to Control Panel - Import Site.
You can also extract files to your PC and upload them to hosting using an FTP client (for example FileZilla). FTP connection details can be found in Control Panel - FTP Access. To import the database use phpMyAdmin tool - Import.

If you do not have a backup, do not worry, contact technical support and we will check your backups on our servers!

  • 109 Users Found This Useful
Was this answer helpful?

Related Articles

How can I turn off PHP error output?

To disable error output in your script, use: error_reporting (0); Remember that you need to...

PHP Fatal error: Cannot redeclare

If you see PHP Fatal error: Cannot redeclare function it means that there is a problem in your...

How do I disable magic quotes? (Using .htaccess)

You need to add this line to your htaccess file in the directory where you want to disable magic...

How to fix content encoding error?

If your site shows content encoding error it may be due to GZIP compression.Try to enable or...

How do I turn off short open tags?

To disable short opening tags, you need to add the following code to your .htaccess file:...