Viewing articles tagged 'htaccess'

How to Create a User-Friendly URL Using htaccess

A long, folder-heavy web address such as example.com/files/folder/sitemap.html is hard to...

How to Create User-Friendly URLs Using .htaccess

A user-friendly URL (sometimes called a clean, pretty, or search-engine-friendly URL) is a short,...

How to Password Protect a Directory in cPanel

Directory Privacy in cPanel lets you put a username and password in front of any folder in your...

How to Password-Protect a Folder in ISPConfig

This guide shows you how to password-protect a folder inside your website using the ISPConfig...

WordPress Security Checklist

WordPress powers a large share of the web, which makes it a constant target for automated...

How to Block an IP Address in cPanel

cPanel's built-in IP Blocker (older builds and some documentation call it the IP Deny Manager)...

How to Redirect a Page or Website Using .htaccess

When a page moves or a whole site changes address, a redirect sends visitors (and search engines)...

How to Redirect a Page to Another Page or Website Using .htaccess

When a page on your website moves or is retired, sending visitors and search engines to the...

Fix PHP Error: Allowed Memory Size of X Bytes Exhausted

When a PHP script tries to use more memory than PHP is allowed to give it, the script stops with...

How to Enable Hotlink Protection in cPanel

Hotlinking (also called inline linking, or bandwidth theft) happens when another website embeds...

PHP Error: Allowed Memory Size of X Bytes Exhausted

A PHP script stops dead and the page goes blank or shows a fatal error like this: Fatal error:...

How to Block an IP Address Using .htaccess

An .htaccess file lets you block a single IP address, a range of addresses, or an entire network...

How to Block an IP Address Using an htaccess Rule

This guide shows you how to block one or more IP addresses from reaching a website using a rule...

How to Disable Directory Browsing Using .htaccess

Directory browsing, also called directory listing or directory indexing, is the behaviour where a...

How to Protect the htaccess File

Your .htaccess file often holds sensitive configuration: rewrite rules, access controls,...

How to Restrict Access to Directories by IP Address

Restricting a directory to a short list of trusted IP addresses is one of the simplest and most...

How to Edit the .htaccess File in the cPanel File Manager

The .htaccess file is a per-directory Apache configuration file that controls redirects, URL...

How to Redirect Your Website to Any Page or External Domain

A redirect sends anyone who visits one web address straight on to another. You can point your...

How to Remove a Domain Redirect in cPanel

This guide shows you how to remove an existing domain redirect from your Noiz hosting account...

How to Change the PHP Version on Your Domain in cPanel

Some applications need a specific version of PHP: an older shopping cart that has not been...

How to Set the PHP Version per Directory in cPanel

Sometimes a single website needs more than one PHP version. A legacy shop sitting in /shop/ may...