Spring Fresh Sale! - Up To 67% OFF BDIX Hosting + Free Domain

30 results for “htaccess tips”

.htaccess

How to create 301 redirection using .htaccess

…Whenever a directory contains a .htaccess file, Apache Web Server loads & execute configurations written on the .htaccess

Email

How 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…

.htaccess

How 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 Cleanup

How 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…

.htaccess

How 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…

cPanel

How 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…

.htaccess

How 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…

.htaccess

How 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…

.htaccess

How 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…

.htaccess

How to force SSL using .htaccess file

…Here we’re going to show you ‘How to force SSL using .htaccess’ Step by step guide on…

Troubleshooting

How 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

Troubleshooting

How 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…

.htaccess

How 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…

Webuzo

How to Change Your Webuzo Account Password

Changing your Webuzo password regularly is one of the simplest things you can do to keep your hosting…

Webuzo

How 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 Optimization

How 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…

.htaccess

Remove page extensions using .htaccess

…and this is a feature that one can implement using .htaccess file. This article is a step by…

cPanel

Setup a Domain Redirection in cPanel

You can redirect your one domain to another domain from cPanel redirect option or using .htaccess file in…

Webuzo

How 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…

Webuzo

How 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…

WordPress

How 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.js

How 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…

WordPress

How 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…

cPanel

How 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.js

How 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…

Troubleshooting

How 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…

Troubleshooting

Website 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…

Webuzo

How 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…

Troubleshooting

How 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…

Webuzo

How to Force HTTPS Redirection in Webuzo

…An .htaccess rule (Apache) If your site runs on Apache, add this to the top of the .htaccess