30 results for “htaccess tips”
How to create 301 redirection using .htaccess
…Whenever a directory contains a .htaccess file, Apache Web Server loads & execute configurations written on the .htaccess…
EmailHow to Create Email Signature in cPanel Webmail
…Key Tips for a Professional Signature Clarity and Conciseness: Keep your signature brief and to the point. Include…
.htaccessHow to create or edit .htaccess file in cPanel
The .htaccess file contains several directives (instructions) that guide the server how to behave in certain scenarios and…
Malware Removal & Site CleanupHow to Fix a Malicious .htaccess Redirect Hack
A malicious .htaccess redirect hack adds hidden rules to your .htaccess file that send your visitors — or just…
.htaccessHow to Create SEO Friendly URL Using .htaccess
So far we’ve learned that .htaccess can easily be used to make some tweaks over Apache Web…
cPanelHow to restrict access to your website using .htaccess and cPanel IP Blocker
…Restrict access to your site using .htaccess file The .htaccess file contains several directives (instructions) that guide the…
.htaccessHow to create custom 404 page using .htaccess
…Let’s learn how to create custom 404 page using .htaccess. How to create custom 404 page using…
.htaccessHow to Redirect HTTP Requests to HTTPS with .htaccess
…How to Redirect HTTP Requests to HTTPS with .htaccess You can manually enable redirect option for your website…
.htaccessHow to Block Bad Bots and Scrapers Using .htaccess
…Open your .htaccess file Edit the .htaccess in your site's document root (you may need to show…
.htaccessHow to force SSL using .htaccess file
…Here we’re going to show you ‘How to force SSL using .htaccess’ Step by step guide on…
TroubleshootingHow to Fix the “500 Internal Server Error” on Your Website
…The most common causes A broken .htaccess file — a bad rule or a leftover directive. Rename your .htaccess…
TroubleshootingHow to Fix the “403 Forbidden” Error on Your Website
…A blocking .htaccess rule — a deny directive or a bad rewrite. See editing .htaccess. An IP block — your…
.htaccessHow to enable hotlink protection using .htaccess Code
…Let’s learn how to do it using .htaccess. How to enable hotlink protection using .htaccess STEP 1…
WebuzoHow to Change Your Webuzo Account Password
Changing your Webuzo password regularly is one of the simplest things you can do to keep your hosting…
WebuzoHow to Install Web Apps with Softaculous in Webuzo
…links to the site and its admin area. Tips for a smooth install Leave the directory blank to…
Website OptimizationHow to Enable Leverage Browser Caching on Website?
…Locate the .htaccess File: The .htaccess file is a configuration file for Apache servers. Find it in your…
.htaccessRemove page extensions using .htaccess
…and this is a feature that one can implement using .htaccess file. This article is a step by…
cPanelSetup a Domain Redirection in cPanel
You can redirect your one domain to another domain from cPanel redirect option or using .htaccess file in…
WebuzoHow to Switch Web Servers (Apache, Nginx, OpenLiteSpeed) in Webuzo
…It reads .htaccess files, so most scripts and tutorials work without changes. A safe default. Nginx — very efficient…
WebuzoHow to Upload and Manage Files with the Webuzo File Manager
…A tip for large uploads Uploading hundreds of files one by one is slow. Instead, zip them on…
WordPressHow to increase the maximum file upload size in WordPress
…Using .htaccess If the Method 1 doesn’t work you can try modifying .htaccess of your root directory…
Node.jsHow to Set Environment Variables for a Node.js App in cPanel
…appear on process.env when the app runs. Tips Restart after changes — new values load on restart; see…
WordPressHow To Fix 500 Internal Server Error in WordPress
…Create New .htaccess File Go to your cPanel File Manager and rename .htaccess file. If you can find…
cPanelHow to Add a Custom MIME Type in cPanel
…Doing it in .htaccess instead You can also declare MIME types in your .htaccess file with an AddType…
Node.jsHow to Deploy a Node.js Application with Docker on a VPS
…Production tips Use multi-stage builds to keep images small — build in one stage, copy only what you…
TroubleshootingHow to Fix the “503 Service Unavailable” Error
…Caching is the highest-impact fix; if a well-optimised site still tips over at peak, you have…
TroubleshootingWebsite Special Characters Issue? Here’s How to Fix It!
…You can set it to the correct character set via .htaccess file, where it shouldn’t get overwritten…
WebuzoHow to Set Up a Custom 404 Error Page in Webuzo
…Option 2: .htaccess (Apache) Upload your 404.html to your site using the File Manager, then add this…
TroubleshootingHow to Fix “ERR_TOO_MANY_REDIRECTS” (Redirect Loops)
…Duplicate HTTPS redirects — one in .htaccess and another in a plugin or in cPanel. Keep only one. See…
WebuzoHow to Force HTTPS Redirection in Webuzo
…An .htaccess rule (Apache) If your site runs on Apache, add this to the top of the .htaccess…