{"id":3093,"date":"2015-10-28T11:53:38","date_gmt":"2015-10-28T11:53:38","guid":{"rendered":"https:\/\/cpanelplesk.com\/wp62\/?p=3093"},"modified":"2021-02-10T05:56:05","modified_gmt":"2021-02-10T05:56:05","slug":"how-to-enable-apache-mod_rewrite-module-in-ubuntu","status":"publish","type":"post","link":"https:\/\/cpanelplesk.com\/wp62\/how-to-enable-apache-mod_rewrite-module-in-ubuntu\/","title":{"rendered":"How to Enable Apache mod_rewrite Module in Ubuntu"},"content":{"rendered":"<p><span style=\"color: #000000;\">In this tutorial, we will show you\u00a0how to manage URL rewrites using Apache2&#8217;s mod_rewrite\u00a0module. When we installed a fresh Apache server\u00a0mod_rewrite is not enabled by default on server, So to use rewrite configurations we need to manually enable mode_rewrite module on our system.This is a most basic way to enable\u00a0mod_rewrite.\u00a0<\/span><!--more--><\/p>\n<h3>Enabling mod_rewrite<\/h3>\n<p>To enable <strong>mod_rewrite<\/strong> module in our <a href=\"https:\/\/cpanelplesk.com\/wp62\/configure-basic-authentication-in-apache-using-htaccess\/\">Apache setup<\/a>,we use following command:<\/p>\n<div class=\"command-sh\">\n<pre class=\"lang:default decode:true \">a2enmod rewrite<\/pre>\n<\/div>\n<p>And restart the Apache:<\/p>\n<div class=\"command-sh\">\n<pre class=\"lang:default decode:true\">service apache2 restart<\/pre>\n<\/div>\n<h3>Setting Up .htaccess<\/h3>\n<p><span style=\"color: #000000;\">Using .htaccess file we can\u00a0modify our rewrite rules without accessing server configuration files. That&#8217;s why, <a href=\"https:\/\/cpanelplesk.com\/wp62\/how-do-i-redirect-my-site-using-a-htaccess-file\/\">.htaccess<\/a> is\u00a0critical for our web application&#8217;s security.<\/span><\/p>\n<p><span style=\"color: #000000;\">First, to allow changes in the .htaccess\u00a0file. Open the default Apache configuration file using \u00a0your favorite text editor.<\/span><\/p>\n<div class=\"cpanel-files\"><\/div>\n<pre class=\"lang:default decode:true \">nano \/etc\/apache2\/sites-enabled\/000-default.conf<\/pre>\n<div class=\"space1\"><\/div>\n<p><span style=\"color: #000000;\">Into that file,\u00a0Search for <strong>\u201c<em>DocumentRoot \/var\/www\/html<\/em>\u201d<\/strong> and add the following lines directly below:<\/span><\/p>\n<div class=\"cpanel-files\"><\/div>\n<pre class=\"lang:default decode:true \">&lt;Directory \/var\/www\/&gt;\r\n    Options Indexes FollowSymLinks\r\n    AllowOverride All\r\n&lt;\/Directory&gt;<\/pre>\n<div class=\"space1\"><\/div>\n<p><span style=\"color: #000000;\">To put these changes into effect, restart Apache again.<\/span><\/p>\n<div class=\"command-sh\">\n<pre class=\"lang:default decode:true \">service apache2 restart<\/pre>\n<\/div>\n<p><span style=\"color: #000000;\">Now create the .htaccess file:<\/span><\/p>\n<div class=\"cpanel-files\"><\/div>\n<pre class=\"lang:default decode:true \">nano \/var\/www\/html\/.htaccess<\/pre>\n<div class=\"space1\"><\/div>\n<p><span style=\"color: #000000;\">Add the following line at the top of newly created file to enable\u00a0RewriteEngine.<\/span><\/p>\n<div class=\"command-sh\">\n<pre class=\"lang:default decode:true \">RewriteEngine on<\/pre>\n<\/div>\n<p><span style=\"color: #000000;\">Save and exit the file.<\/span><\/p>\n<p><span style=\"color: #000000;\">To make sure\u00a0that other users can only <em>read<\/em> your .htaccess ,\u00a0run the following command to update permissions:<\/span><\/p>\n<div class=\"cpanel-files\"><\/div>\n<pre class=\"lang:default decode:true\">chmod 644 \/var\/www\/html\/.htaccess<\/pre>\n<div class=\"space1\"><\/div>\n<p><span style=\"color: #000000;\">Now to check if mod_rewrite is installed correctly, check your<\/span> <a href=\"https:\/\/cpanelplesk.com\/wp62\/how-to-view-php-settings-using-a-phpinfo-page\/\">phpinfo()<\/a> <span style=\"color: #000000;\">output.<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this tutorial, we will show you\u00a0how to manage URL rewrites using Apache2&#8217;s mod_rewrite\u00a0module. When we installed a fresh Apache server\u00a0mod_rewrite is not enabled by default on server, So to use rewrite configurations we need to manually enable mode_rewrite module on our system.This is a most basic way to enable\u00a0mod_rewrite.\u00a0 [&#8230;]<\/p>\n<p><a class=\"understrap-read-more-link\" href=\"https:\/\/cpanelplesk.com\/wp62\/how-to-enable-apache-mod_rewrite-module-in-ubuntu\/\">Continue Reading&#8230;<\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1,14],"tags":[],"class_list":["post-3093","post","type-post","status-publish","format-standard","hentry","category-cpanel","category-linux"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Enable Apache mod_rewrite Module in Ubuntu - cPanel Plesk<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cpanelplesk.com\/wp62\/how-to-enable-apache-mod_rewrite-module-in-ubuntu\/\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"How to Enable Apache mod_rewrite Module in Ubuntu - cPanel Plesk\" \/>\n<meta name=\"twitter:description\" content=\"In this tutorial, we will show you\u00a0how to manage URL rewrites using Apache2&#8217;s mod_rewrite\u00a0module. When we installed a fresh Apache server\u00a0mod_rewrite is not enabled by default on server, So to use rewrite configurations we need to manually enable mode_rewrite module on our system.This is a most basic way to enable\u00a0mod_rewrite.\u00a0 [...]Continue Reading...\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Seemab Saleem\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/how-to-enable-apache-mod_rewrite-module-in-ubuntu\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/how-to-enable-apache-mod_rewrite-module-in-ubuntu\/\"},\"author\":{\"name\":\"Seemab Saleem\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/73d573cc7eaaf6625cf0dbd72191a648\"},\"headline\":\"How to Enable Apache mod_rewrite Module in Ubuntu\",\"datePublished\":\"2015-10-28T11:53:38+00:00\",\"dateModified\":\"2021-02-10T05:56:05+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/how-to-enable-apache-mod_rewrite-module-in-ubuntu\/\"},\"wordCount\":217,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13\"},\"articleSection\":[\"Cpanel\",\"Linux\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/how-to-enable-apache-mod_rewrite-module-in-ubuntu\/\",\"url\":\"https:\/\/cpanelplesk.com\/wp62\/how-to-enable-apache-mod_rewrite-module-in-ubuntu\/\",\"name\":\"How to Enable Apache mod_rewrite Module in Ubuntu - cPanel Plesk\",\"isPartOf\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#website\"},\"datePublished\":\"2015-10-28T11:53:38+00:00\",\"dateModified\":\"2021-02-10T05:56:05+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/how-to-enable-apache-mod_rewrite-module-in-ubuntu\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/cpanelplesk.com\/wp62\/how-to-enable-apache-mod_rewrite-module-in-ubuntu\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/how-to-enable-apache-mod_rewrite-module-in-ubuntu\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/cpanelplesk.com\/wp62\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Enable Apache mod_rewrite Module in Ubuntu\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#website\",\"url\":\"https:\/\/cpanelplesk.com\/wp62\/\",\"name\":\"cPanel Plesk\",\"description\":\"Blog on famous hosting control panels\",\"publisher\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/cpanelplesk.com\/wp62\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13\",\"name\":\"Farooq Omer\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2020\/11\/cpanelplesk.png\",\"contentUrl\":\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2020\/11\/cpanelplesk.png\",\"width\":300,\"height\":44,\"caption\":\"Farooq Omer\"},\"logo\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/73d573cc7eaaf6625cf0dbd72191a648\",\"name\":\"Seemab Saleem\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/6a87ff2e53b03e6839250e5278a6bd46?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/6a87ff2e53b03e6839250e5278a6bd46?s=96&d=mm&r=g\",\"caption\":\"Seemab Saleem\"},\"description\":\"Linux Server Administrator, Web Hosting engineer. I'm dealing with Linux servers since 2014. I started this blog to share the work i love with the world . let me know if you need any assistance. Thanks!!\",\"sameAs\":[\"https:\/\/cpanelplesk.com\/wp62\"],\"url\":\"https:\/\/cpanelplesk.com\/wp62\/author\/cmb\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Enable Apache mod_rewrite Module in Ubuntu - cPanel Plesk","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/cpanelplesk.com\/wp62\/how-to-enable-apache-mod_rewrite-module-in-ubuntu\/","twitter_card":"summary_large_image","twitter_title":"How to Enable Apache mod_rewrite Module in Ubuntu - cPanel Plesk","twitter_description":"In this tutorial, we will show you\u00a0how to manage URL rewrites using Apache2&#8217;s mod_rewrite\u00a0module. When we installed a fresh Apache server\u00a0mod_rewrite is not enabled by default on server, So to use rewrite configurations we need to manually enable mode_rewrite module on our system.This is a most basic way to enable\u00a0mod_rewrite.\u00a0 [...]Continue Reading...","twitter_misc":{"Written by":"Seemab Saleem","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/cpanelplesk.com\/wp62\/how-to-enable-apache-mod_rewrite-module-in-ubuntu\/#article","isPartOf":{"@id":"https:\/\/cpanelplesk.com\/wp62\/how-to-enable-apache-mod_rewrite-module-in-ubuntu\/"},"author":{"name":"Seemab Saleem","@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/73d573cc7eaaf6625cf0dbd72191a648"},"headline":"How to Enable Apache mod_rewrite Module in Ubuntu","datePublished":"2015-10-28T11:53:38+00:00","dateModified":"2021-02-10T05:56:05+00:00","mainEntityOfPage":{"@id":"https:\/\/cpanelplesk.com\/wp62\/how-to-enable-apache-mod_rewrite-module-in-ubuntu\/"},"wordCount":217,"commentCount":0,"publisher":{"@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13"},"articleSection":["Cpanel","Linux"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/cpanelplesk.com\/wp62\/how-to-enable-apache-mod_rewrite-module-in-ubuntu\/","url":"https:\/\/cpanelplesk.com\/wp62\/how-to-enable-apache-mod_rewrite-module-in-ubuntu\/","name":"How to Enable Apache mod_rewrite Module in Ubuntu - cPanel Plesk","isPartOf":{"@id":"https:\/\/cpanelplesk.com\/wp62\/#website"},"datePublished":"2015-10-28T11:53:38+00:00","dateModified":"2021-02-10T05:56:05+00:00","breadcrumb":{"@id":"https:\/\/cpanelplesk.com\/wp62\/how-to-enable-apache-mod_rewrite-module-in-ubuntu\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cpanelplesk.com\/wp62\/how-to-enable-apache-mod_rewrite-module-in-ubuntu\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/cpanelplesk.com\/wp62\/how-to-enable-apache-mod_rewrite-module-in-ubuntu\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cpanelplesk.com\/wp62\/"},{"@type":"ListItem","position":2,"name":"How to Enable Apache mod_rewrite Module in Ubuntu"}]},{"@type":"WebSite","@id":"https:\/\/cpanelplesk.com\/wp62\/#website","url":"https:\/\/cpanelplesk.com\/wp62\/","name":"cPanel Plesk","description":"Blog on famous hosting control panels","publisher":{"@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cpanelplesk.com\/wp62\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13","name":"Farooq Omer","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/image\/","url":"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2020\/11\/cpanelplesk.png","contentUrl":"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2020\/11\/cpanelplesk.png","width":300,"height":44,"caption":"Farooq Omer"},"logo":{"@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/image\/"}},{"@type":"Person","@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/73d573cc7eaaf6625cf0dbd72191a648","name":"Seemab Saleem","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/6a87ff2e53b03e6839250e5278a6bd46?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/6a87ff2e53b03e6839250e5278a6bd46?s=96&d=mm&r=g","caption":"Seemab Saleem"},"description":"Linux Server Administrator, Web Hosting engineer. I'm dealing with Linux servers since 2014. I started this blog to share the work i love with the world . let me know if you need any assistance. Thanks!!","sameAs":["https:\/\/cpanelplesk.com\/wp62"],"url":"https:\/\/cpanelplesk.com\/wp62\/author\/cmb\/"}]}},"_links":{"self":[{"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/posts\/3093","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/comments?post=3093"}],"version-history":[{"count":0,"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/posts\/3093\/revisions"}],"wp:attachment":[{"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/media?parent=3093"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/categories?post=3093"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/tags?post=3093"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}