Loading...

View server php settings using phpinfo

View server php settings using phpinfo

PHP has many environmental variables that you are able to update as needed. For example, you may need to update your php memory_limit to prevent certain scripts from running out of memory. In order to change these values, you must first be able to see what they are. To do that, you will need to […]

Continue reading →

Find your PC’s IP address

Find your PC's IP address

You might need your PC’s IP address if you want to set up an Internet connection, allow other people to connect to your PC, or need to troubleshoot network problems. Do one of the following: In Windows 8.1, select the Start button , start typing View network connections, and then select it in the list. In Windows 7, […]

Continue reading →

Redirect HTTP to HTTPS automatically

http-to-https-SSL

If you have a secure certificate (SSL) on your website, you can automatically redirect visitors to the secured (HTTPS) version of your website to make sure their information is protected. Linux & cPanel Linux-based accounts use .htaccess files to handle redirection. Using the following code in your .htaccess file automatically redirects visitors to the HTTPS […]

Continue reading →