Articles

Disabling SSL 3.0 and TLS 1.0 in your browsers and enabling new versions

After POODLE many things has changed, the big ones like Google, Chrome, Microsoft, Mozilla had to...

How can i change my default index page in my hosting account?

When people visit your site by default the server check for an existing index file to load that...

How to create a user-friendly URL using htaccess?

If your website is using long URL like example.com/files/folder/sitemap.html, you can change it...

How to enable TLS 1.3 in Mac Safari

1- Open the Mac Terminal accessing to the Spotlight icon.     2- Start typing terminal in...

How to force a web page redirection to SSL/https url using htaccess?

After installing an SSL certificate in your website, it is available over HTTP and HTTPS....

My account was hacked, what should i do?

First, don't panic...these things happen in Internet. The good news is we keep backups every day...

How can i avoid duplicated index page using mod rewrite?

Nowadays a SEO is important for a good ranking in search engines. Google and many other search...

How to redirect a page to another page or website using htaccess?

If a page on your website no longer exist and you want to redirect it to your new page or website...

I have the register_globals disabled server wide, how can i enable it in my account?

This option is available in all our shared cPanel hosting accounts but may be unavailable...

php error: Allowed memory size of x bytes exhausted

If you are getting an error like Allowed memory size of... in file...

How can i force my domain to www using htaccess?

You can do this adding the following rewrite rules in your .htaccess file in the public_html...

How can i redirect my site to another url using htaccess?

You can redirect your complete site (when someone type your domain) to another URL, placing the...

How to redirect an IP address to a domain using mod_rewrite?

Sometimes you need to redirect an ip address to a domain for SEO purposes or for many other...

How could i change the PHP encoding in my scripts?

You could try changing it sending the headers in your php code, i.e.: header('Vary:...

How i could redirect my complete site to https?

If you really need all your site work through your SSL certificate (you must have a certificate...

How do I change timezone for PHP?

If you are a web developer or a webmaster working on different hosting accounts or servers, each...

How do i parse php in html files?

In order to parse .html or .htm files as php, create a file called .htaccess (unless you already...

How can i change the MySQL characters encoding to UTF8?

By default the encoding is latin1 but you could try to workaround your code. To change the...

How do i parse html files as shtml (SSI)?

You can add the following line in your .htaccess file: AddHandler server-parsed .html or if you...

How do I parse html files for Server Side Includes in addition to shtml?

By default .shtml files are already parsed as SSI. In order to parse .html files, create a file...

What host name/server name should I use to call out a MySQL database from a script?

To use a MySQL database on your website with PHP, Perl or another scripting language, you will...

Tips to tweak your Joomla web site for a better site load

While our servers are optimized to run different types of web sites is always good to improve the...

How can i exclude a directory from a Drupal installation?

Sometimes you install Drupal in the root of the account. Doing this Drupal manage all the content...

Oscommerce is showing a blank page in the categories pages

If you made no changes in your account or oscommerce script and this happened suddenly then there...

How can i hide the php errors showing in my site?

You have some options. a) If you are in our shared cPanel hosting, use the PHP Selector from...

How to remove my site from google blacklist?

If your site or blog is infected by a malware there is a high chance google blacklist your...

Im receiving an error 406 message in my web site

The error 406 message is a mod_security error. This means the URL you are visiting match with an...

PHP magic quotes gpc problem installing joomla 3

While installing Joomla 3.x in our cPanel shared hosting accounts most probably, in the...

Additional protection in WordPress admin section

We always recommend add as many protections as you can on scripts like WP, where probably, is in...

Running php scripts or commands over cron job

We use secure multi-php versions in our cPanel shared hosting servers. You can run a script or...

Protect your site from bad robots

Many times we have clients contacting us because they have an unusual bandwidth usage, many times...

How can i run a python script in my hosting account?

1- Start creating a test script, name the file "mytest.py" for example, containing this code: #!...

How to enable CORS in your hosting account?

If you are a developer and need CORS enabled to run your app you can enable it adding the...

Loading Data INFILE in MySQL

The LOAD DATA INFILE statement reads rows from a text file into a table at a very high speed.This...

Maintenance mode redirection in your web site using htaccess

Sometimes you need to put your web site to maintenace mode or simply to block anyone access it...

How i could redirect my Wordpress web site from http to https (ssl)?

Wordpress is tricky when you need to work out the http --> https redirection. There are many...

Im unable to deactivate the two-factor authentication as root in WHM

This article assume you have a root access to your cPanel/WHM server If you have activated the...

How to enable error reporting in Joomla 3.x ?

Error reporting help you to identify the error when you are having any issue running Joomla. This...

How to reset my OpenCart administrator password?

Sometimes it happen. If you've forgot your administrator password in your OpenCart installation,...