Need help?

Our experts have had an average response time of 13.14 minutes in February 2024 to fix urgent issues.

We will keep your servers stable, secure, and fast at all times for one fixed price.

How to enable mod_rewrite in apache ubuntu

by | Aug 28, 2022

From this article, we will get to know How to enable mod_rewrite in apache ubuntu. At Bobcares we give you a detailed solution to your queries as part of our Server Management Services.

Let’s take a look at how our Support Team helped customers regarding enabling mod_rewrite.

Enable mod_rewrite in apache ubuntu

The apache Mod_rewrite is very popular for writing URLs on websites. This makes the URLs look clean and SEO-friendly on websites. It also lets you rewrite URLs based on conditions. A .htaccess file can create and apply rewrite rules without accessing server configuration files.

How to enable mod_rewrite in apache ubuntu

By default If the mod_Rewrite module is not enabled by the apache service. Consequently, you can use the below simpler steps to enable mod_rewrite in the apache server within minutes.

Step 1 – Installing Apache service

Initially need to activate mod_rewrite. The service have already installed. However, it will be disabled on a default Apache installation. So you can run the following command to configure apache web server:

sudo a2enmod rewrite

The a2enmod command enables the module and alerts accordingly that the module has enabled.

To put the changes into effect, restart the Apache service.

sudo systemctl restart apache2

mod_rewrite has fully enabled now.

Step 2 – Enabling mod_rewrite Apache

Now, we need to enable mod_rewrite apache in ubuntu. This helps to connect your instance or web server to SSH terminal.

sudo a2enmod rewrite

By this, it will activate the module or you will get an alert that the module is already in effect. Further to put these changes into effect, restart Apache.

sudo service apache2 restart

Step 3 – setting up .htaccess File for VirtualHost

After successfully enabling the Apache 2 rewrite module. We will now set up a .htaccess file for rewrite rule management. Then you have to add “AllowOverride All” in the VirtualHost configuration file.

A .htaccess file allows modifying rewrite rules without accessing the server configuration files. The main reason to allow .htaccess file in the Apache server is that it does not allow by default.

First, access your terminal and open the default Apache configuration file:

sudo nano /etc/apache2/sites-available/000-default.conf

Then you need to add “AllowOverride All” in your VirtualHost configuration, you will find the block on line 1. Inside of that block, add the below code:

/etc/apache2/sites-available/default

Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all

Your file will now match as the code given below:

/etc/apache2/sites-available/default

 
 
  . . .
  
 
 
 . . .

Next, you need to restart the Apache service to set up all configurations in the running environment.

sudo service apache2 restart

sudo service apache2 restart
Further, create the .htaccess file:

sudo nano /var/www/html/.htaccess

Add the given first line at the top of the new file to enable the RewriteEngine mode and later save the file.

/var/www/html/.htaccess
RewriteEngine on

Finally, you can set permissions to users as read-only for .htaccess, to do this follow the command:

sudo chmod 644 /var/www/html/.htaccess

You have successfully enabled the mod_rewrite in the apache web server with an operational .htaccess file, to govern your web application routing rules

Conclusion

To conclude we learned How to enable mod_rewrite in apache ubuntu, mod_rewrite is used to ensure human-readable URLs, the .htaccess file itself has many uses and it should be noted that many other Apache modules may be added to extend its functionality.

PREVENT YOUR SERVER FROM CRASHING!

Never again
lose customers to poor server speed! Let us help you.

Our server experts will monitor & maintain your server
24/7 so that it remains lightning fast and secure.

GET STARTED

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

Categories

Tags

Privacy Preference Center

Necessary

Necessary cookies help make a website usable by enabling basic functions like page navigation and access to secure areas of the website. The website cannot function properly without these cookies.

PHPSESSID - Preserves user session state across page requests.

gdpr[consent_types] - Used to store user consents.

gdpr[allowed_cookies] - Used to store user allowed cookies.

PHPSESSID, gdpr[consent_types], gdpr[allowed_cookies]
PHPSESSID
WHMCSpKDlPzh2chML

Statistics

Statistic cookies help website owners to understand how visitors interact with websites by collecting and reporting information anonymously.

_ga - Preserves user session state across page requests.

_gat - Used by Google Analytics to throttle request rate

_gid - Registers a unique ID that is used to generate statistical data on how you use the website.

smartlookCookie - Used to collect user device and location information of the site visitors to improve the websites User Experience.

_ga, _gat, _gid
_ga, _gat, _gid
smartlookCookie
_clck, _clsk, CLID, ANONCHK, MR, MUID, SM

Marketing

Marketing cookies are used to track visitors across websites. The intention is to display ads that are relevant and engaging for the individual user and thereby more valuable for publishers and third party advertisers.

IDE - Used by Google DoubleClick to register and report the website user's actions after viewing or clicking one of the advertiser's ads with the purpose of measuring the efficacy of an ad and to present targeted ads to the user.

test_cookie - Used to check if the user's browser supports cookies.

1P_JAR - Google cookie. These cookies are used to collect website statistics and track conversion rates.

NID - Registers a unique ID that identifies a returning user's device. The ID is used for serving ads that are most relevant to the user.

DV - Google ad personalisation

IDE, test_cookie, 1P_JAR, NID, DV, NID
IDE, test_cookie
1P_JAR, NID, DV
NID
hblid

Security

These are essential site cookies, used by the google reCAPTCHA. These cookies use an unique identifier to verify if a visitor is human or a bot.

SID, APISID, HSID, NID, PREF
SID, APISID, HSID, NID, PREF