by Lazar | Mar 18, 2021 | FTP & File Management
You will need to create a file “.htaccess” inside your domain directory (for example: /home/www/yourdomain.ext/.htaccess with the following contents: RemoveHandler .htm .html If you have a paid hosting account and you do not want to use or create a...
by Lazar | Mar 18, 2021 | FTP & File Management
There are many ways to check the availability of your website. Below are just some of them: Use a proxy – for example try opening your website through https://proxy.org/ or https://zend2.com/ When browsing through a proxy you are viewing a website using an external IP...
by Lazar | Mar 18, 2021 | FTP & File Management
If you have removed your files by mistake you can go to your Hosting Control Panel and access our Backup Manager from the Support menu. From there you can access all backed-up files and databases. Please have in mind the following limitations: Backups are available...
by Lazar | Mar 18, 2021 | FTP & File Management
The problem comes from the fact that different browsers parse HTML and CSS differently. You can search on the internet for some tips on how to make your site look relatively the same on different browsers. If you want to see how your page displays across multiple...
by Lazar | Mar 18, 2021 | FTP & File Management
This problem can be resolved in a very elegant way using a .htacess file. The content of the .htaccess file should be: Redirect 302 /index.html http://your_asp_site.com/Default.aspx If you want to change the directory index in the future so it loads...