website – Email shop Community https://theemailshop.co.uk/community Wed, 04 Dec 2019 06:31:56 +0000 en-US hourly 1 https://wordpress.org/?v=6.8.3 How to protect the images of your website from any external site? https://theemailshop.co.uk/community/knowledge-base/how-to-protect-the-images-of-your-website-from-any-external-site/ Wed, 04 Dec 2019 06:31:56 +0000 https://theemailshop.co.uk/forum/?post_type=epkb_post_type_1&p=1307 External Website may use the < img /> tag that will display the image from your site somewhere else on the internet and in the end, you may find that some other website has been stealing your bandwidth.

 

  • Sign in to your cPanel account.
  • Click on ‘hotlink protection’ in the security section

 

  • If you see “Hotlink protection is currently disabled”, then simply click on the ‘enable’ button

 

]]>
How would you blacklist an IP address to deny its access to your website? https://theemailshop.co.uk/community/knowledge-base/how-would-you-blacklist-an-ip-address-to-deny-its-access-to-your-website/ Wed, 04 Dec 2019 06:27:30 +0000 https://theemailshop.co.uk/forum/?post_type=epkb_post_type_1&p=1292 A user can lock their directory with a password via the cPanel “Password Protected Directories” icon.

 

  • Sign in to your cPanel account.
  • Click ‘IP blocker’ in the security section

 

  • Find ‘Add an IP or range’, and enter the IP address you want to block
  • Press the ‘Add’ button

 

Check out the example:

Single IP Address: 192.168.0.1
Range: 192.168.0.1-192.168.0.40
Implied Range: 192.168.0.1-40
CIDR Format: 192.168.0.1/32
Implies 10.*.*.* — 192.

]]>
How would you redirect one page to another page or even website using? HTAcess? https://theemailshop.co.uk/community/knowledge-base/how-would-you-redirect-one-page-to-another-page-or-even-website-using-htacess/ Tue, 03 Dec 2019 10:53:46 +0000 https://theemailshop.co.uk/forum/?post_type=epkb_post_type_1&p=701 If some page on the website is not existing, and you need to redirect it to another page or even the website then a user can use the .htaccess file for redirection without wasting a minute.

Redirect from a page/directory to another domain or the main domain:

Redirect from one page to another domain:
Rewrite Engine on
Redirect 301 /mypage.html http://example.com

Redirect from one page to another page

Redirect from a page/directory to another page
Redirect 301 /oldpage.html /newpage.html

so, when you open the URL example.com/oldpage.html, it would automatically redirect you to the new page such as example.com/newpage.html.

]]>