• EPP Code from Godaddy

    If your domain is registered with GoDaddy and you wish to transfer it to DataKL, you can obtain the EPP code by contacting GoDaddy or by following these steps: After completing these steps, you’ll be able to copy the EPP code, which will also be sent to you via email….

  • Enable Content Security Policy (CSP) on a WordPress Site using cPanel

    Simplified Instructions to Enable Content Security Policy (CSP) on a WordPress Site using cPanel Log in to cPanel: Use your username and password to access your cPanel account. Open File Manager: In the “Files” section, click on “File Manager.” Go to Root Directory: Navigate to the root directory of your…

  • WordPress default .htacess file

    If your WordPress .htaccess file is corrupted due to a malfunctioning plugin or other issues, you can restore the default .htaccess file # BEGIN WordPress RewriteEngine On RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteBase / RewriteRule ^index\.php$ – [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] # END WordPress

  • Hotlink Protection cPanel

    A hotlink occurs when someone embeds your site’s content on another site, utilizing your bandwidth to deliver the files. To address this concern, you can utilize this interface. Hotlink protection, a security feature within cPanel, aims to minimize bandwidth usage. Its functionality involves thwarting external websites from directly linking to…

  • Disable Cache Using htaccess

    You can disable browser caching using .htaccess file in root folder. You can append rules below on top of your file The only drawbacks from the code above, your site takes slightly longer to load and use more bandwidth.