{"id":1799,"date":"2016-09-05T15:36:21","date_gmt":"2016-09-05T15:36:21","guid":{"rendered":"https:\/\/www.codexworld.com\/?p=1799"},"modified":"2016-09-06T05:42:53","modified_gmt":"2016-09-06T05:42:53","slug":"enable-mod_rewrite-apache-server-ubuntu","status":"publish","type":"post","link":"https:\/\/www.codexworld.com\/enable-mod_rewrite-apache-server-ubuntu\/","title":{"rendered":"How to Enable mod_rewrite in Apache on Ubuntu"},"content":{"rendered":"<p>Apache mod_rewrite Module is used to rewrite requested URLs on the fly. This mod_rewrite module provides an easy way to manipulate URLs using an unlimited number of rules. A rewrite rule is invoked in per-server context (<code>httpd.conf<\/code>) and per-directory context (<code>.htaccess<\/code>). In order to work with URL rewrite rule, you need to enable mod_rewrite in Apache server. Rewrite URLs mainly used for providing clean, human readable, and SEO friendly URL.<\/p>\n<p>In this tutorial, we&#8217;ll learn how to setup and <b>enable mod_rewrite in Apache on Ubuntu 14.04<\/b>. Follow the step-by-step guide to enable the mod_rewrite module in Apache, it will allow you to rewrite URLs on your web application.<\/p>\n<p>Open the Terminal and type the following command for the respective task.<\/p>\n<h2>Install Apache Server<\/h2>\n<p>If you have not already Apache installed, install the Apache on Ubuntu first.<\/p>\n<pre>sudo apt-get update<\/pre>\n<pre>sudo apt-get install apache2<\/pre>\n<h2>Enable mod_rewrite Module in Apache<\/h2>\n<p>Activate the mod_rewrite module in Apache.<\/p>\n<pre>sudo a2enmod rewrite<\/pre>\n<p>Once mod_rewrite is enabled successfully, restart the Apache.<\/p>\n<pre>sudo service apache2 restart<\/pre>\n<h2>Setup .htaccess File<\/h2>\n<p>A <code>.htaccess<\/code> file allows us to define rewrite rules without modifying the server configuration file. Before creating a <code>.htaccess<\/code> file, we&#8217;ll need to do some settings.<\/p>\n<p>At first update permissions to allow changes in the default Apache configuration file.<\/p>\n<pre>sudo chmod 777 \/etc\/apache2\/sites-available\/000-default.conf<\/pre>\n<p>Open the default Apache configuration file.<\/p>\n<pre>sudo nano \/etc\/apache2\/sites-enabled\/000-default.conf<\/pre>\n<p>Inside the &lt;<span style=\"color:#bf4f24\">VirtualHost<\/span> *:80> block, add the following block.<\/p>\n<pre>&lt;<span style=\"color:#bf4f24\">Directory<\/span> \/var\/www\/html>\r\n    Options Indexes FollowSymLinks MultiViews\r\n    AllowOverride All\r\n    Order allow,deny\r\n    allow from all\r\n&lt;\/<span style=\"color:#bf4f24\">Directory<\/span>>\r\n<\/pre>\n<p>Save and exit the file.<\/p>\n<p>Run the following command to update permissions to ensure that the user can only read this file.<\/p>\n<pre>sudo chmod 644 \/etc\/apache2\/sites-available\/000-default.conf<\/pre>\n<p>Restart the Apache server.<\/p>\n<pre>sudo service apache2 restart<\/pre>\n<p>Create the .htaccess file.<\/p>\n<pre>sudo nano \/var\/www\/html\/.htaccess<\/pre>\n<p>To activate RewriteEngine, add the following line at the top in the <code>.htaccess<\/code> file.<\/p>\n<pre>RewriteEngine on<\/pre>\n<p>Save and exit the file.<\/p>\n<p>Run the following command to update permissions to ensure that the user can only read this file.<\/p>\n<pre>sudo chmod 644 \/var\/www\/html\/.htaccess<\/pre>\n<p>Now you&#8217;ll be able to define rewrite rules and working with URL rewrite.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Apache mod_rewrite Module is used to rewrite requested URLs on the fly. This mod_rewrite module provides an easy way to manipulate URLs using an unlimited number of rules. A rewrite rule is invoked in per-server <\/p>\n","protected":false},"author":1,"featured_media":1801,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[220],"tags":[223,224,222],"class_list":["post-1799","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ubuntu","tag-apache","tag-mod_rewrite","tag-ubuntu","cat-220-id","has_thumb"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Enable mod_rewrite in Apache on Ubuntu - CodexWorld<\/title>\n<meta name=\"description\" content=\"Apache mod_rewrite Module in Ubuntu - Learn how to enable mod_rewrite in ubuntu. The step-by-step guide to enable mod_rewrite in Apache server on Ubuntu.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.codexworld.com\/enable-mod_rewrite-apache-server-ubuntu\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Enable mod_rewrite in Apache on Ubuntu - CodexWorld\" \/>\n<meta property=\"og:description\" content=\"Apache mod_rewrite Module in Ubuntu - Learn how to enable mod_rewrite in ubuntu. The step-by-step guide to enable mod_rewrite in Apache server on Ubuntu.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.codexworld.com\/enable-mod_rewrite-apache-server-ubuntu\/\" \/>\n<meta property=\"og:site_name\" content=\"CodexWorld\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/codexworld\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/codexworld\" \/>\n<meta property=\"article:published_time\" content=\"2016-09-05T15:36:21+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2016-09-06T05:42:53+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.codexworld.com\/wp-content\/uploads\/2016\/09\/enable-mod-rewrite-module-apache-server-ubuntu-codexworld.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1366\" \/>\n\t<meta property=\"og:image:height\" content=\"768\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"CodexWorld\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@codexworldblog\" \/>\n<meta name=\"twitter:site\" content=\"@codexworldweb\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"CodexWorld\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.codexworld.com\\\/enable-mod_rewrite-apache-server-ubuntu\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.codexworld.com\\\/enable-mod_rewrite-apache-server-ubuntu\\\/\"},\"author\":{\"name\":\"CodexWorld\",\"@id\":\"https:\\\/\\\/www.codexworld.com\\\/#\\\/schema\\\/person\\\/9da51d8fa3cdefeb5ec9c69136d4baf0\"},\"headline\":\"How to Enable mod_rewrite in Apache on Ubuntu\",\"datePublished\":\"2016-09-05T15:36:21+00:00\",\"dateModified\":\"2016-09-06T05:42:53+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.codexworld.com\\\/enable-mod_rewrite-apache-server-ubuntu\\\/\"},\"wordCount\":305,\"commentCount\":1,\"publisher\":{\"@id\":\"https:\\\/\\\/www.codexworld.com\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.codexworld.com\\\/enable-mod_rewrite-apache-server-ubuntu\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.codexworld.com\\\/wp-content\\\/uploads\\\/2016\\\/09\\\/enable-mod-rewrite-module-apache-server-ubuntu-codexworld.png\",\"keywords\":[\"Apache\",\"mod_rewrite\",\"Ubuntu\"],\"articleSection\":[\"Ubuntu\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.codexworld.com\\\/enable-mod_rewrite-apache-server-ubuntu\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.codexworld.com\\\/enable-mod_rewrite-apache-server-ubuntu\\\/\",\"url\":\"https:\\\/\\\/www.codexworld.com\\\/enable-mod_rewrite-apache-server-ubuntu\\\/\",\"name\":\"How to Enable mod_rewrite in Apache on Ubuntu - CodexWorld\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.codexworld.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.codexworld.com\\\/enable-mod_rewrite-apache-server-ubuntu\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.codexworld.com\\\/enable-mod_rewrite-apache-server-ubuntu\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.codexworld.com\\\/wp-content\\\/uploads\\\/2016\\\/09\\\/enable-mod-rewrite-module-apache-server-ubuntu-codexworld.png\",\"datePublished\":\"2016-09-05T15:36:21+00:00\",\"dateModified\":\"2016-09-06T05:42:53+00:00\",\"description\":\"Apache mod_rewrite Module in Ubuntu - Learn how to enable mod_rewrite in ubuntu. The step-by-step guide to enable mod_rewrite in Apache server on Ubuntu.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.codexworld.com\\\/enable-mod_rewrite-apache-server-ubuntu\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.codexworld.com\\\/enable-mod_rewrite-apache-server-ubuntu\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.codexworld.com\\\/enable-mod_rewrite-apache-server-ubuntu\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.codexworld.com\\\/wp-content\\\/uploads\\\/2016\\\/09\\\/enable-mod-rewrite-module-apache-server-ubuntu-codexworld.png\",\"contentUrl\":\"https:\\\/\\\/www.codexworld.com\\\/wp-content\\\/uploads\\\/2016\\\/09\\\/enable-mod-rewrite-module-apache-server-ubuntu-codexworld.png\",\"width\":1366,\"height\":768,\"caption\":\"enable-mod-rewrite-module-apache-server-ubuntu-codexworld\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.codexworld.com\\\/enable-mod_rewrite-apache-server-ubuntu\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.codexworld.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Enable mod_rewrite in Apache on Ubuntu\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.codexworld.com\\\/#website\",\"url\":\"https:\\\/\\\/www.codexworld.com\\\/\",\"name\":\"CodexWorld\",\"description\":\"Web &amp; Mobile App Development Company\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.codexworld.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.codexworld.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.codexworld.com\\\/#organization\",\"name\":\"CodexWorld\",\"url\":\"https:\\\/\\\/www.codexworld.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.codexworld.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.codexworld.com\\\/wp-content\\\/uploads\\\/2014\\\/09\\\/codexworld-logo.png\",\"contentUrl\":\"https:\\\/\\\/www.codexworld.com\\\/wp-content\\\/uploads\\\/2014\\\/09\\\/codexworld-logo.png\",\"width\":200,\"height\":19,\"caption\":\"CodexWorld\"},\"image\":{\"@id\":\"https:\\\/\\\/www.codexworld.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/codexworld\",\"https:\\\/\\\/x.com\\\/codexworldweb\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/codexworld\",\"https:\\\/\\\/www.youtube.com\\\/codexworld\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.codexworld.com\\\/#\\\/schema\\\/person\\\/9da51d8fa3cdefeb5ec9c69136d4baf0\",\"name\":\"CodexWorld\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/cf4999db3b409de559f80677afa01729bb2eeda19be273c254e8b2c22729e386?s=96&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/cf4999db3b409de559f80677afa01729bb2eeda19be273c254e8b2c22729e386?s=96&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/cf4999db3b409de559f80677afa01729bb2eeda19be273c254e8b2c22729e386?s=96&r=g\",\"caption\":\"CodexWorld\"},\"description\":\"CodexWorld is a programming blog, one-stop destination for web professionals \u2014 developers, programmers, freelancers, and site owners.\",\"sameAs\":[\"http:\\\/\\\/www.codexworld.com\",\"https:\\\/\\\/www.facebook.com\\\/codexworld\",\"https:\\\/\\\/x.com\\\/codexworldblog\"],\"url\":\"https:\\\/\\\/www.codexworld.com\\\/author\\\/nitya192265\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Enable mod_rewrite in Apache on Ubuntu - CodexWorld","description":"Apache mod_rewrite Module in Ubuntu - Learn how to enable mod_rewrite in ubuntu. The step-by-step guide to enable mod_rewrite in Apache server on Ubuntu.","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:\/\/www.codexworld.com\/enable-mod_rewrite-apache-server-ubuntu\/","og_locale":"en_US","og_type":"article","og_title":"How to Enable mod_rewrite in Apache on Ubuntu - CodexWorld","og_description":"Apache mod_rewrite Module in Ubuntu - Learn how to enable mod_rewrite in ubuntu. The step-by-step guide to enable mod_rewrite in Apache server on Ubuntu.","og_url":"https:\/\/www.codexworld.com\/enable-mod_rewrite-apache-server-ubuntu\/","og_site_name":"CodexWorld","article_publisher":"https:\/\/www.facebook.com\/codexworld","article_author":"https:\/\/www.facebook.com\/codexworld","article_published_time":"2016-09-05T15:36:21+00:00","article_modified_time":"2016-09-06T05:42:53+00:00","og_image":[{"width":1366,"height":768,"url":"https:\/\/www.codexworld.com\/wp-content\/uploads\/2016\/09\/enable-mod-rewrite-module-apache-server-ubuntu-codexworld.png","type":"image\/png"}],"author":"CodexWorld","twitter_card":"summary_large_image","twitter_creator":"@codexworldblog","twitter_site":"@codexworldweb","twitter_misc":{"Written by":"CodexWorld","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.codexworld.com\/enable-mod_rewrite-apache-server-ubuntu\/#article","isPartOf":{"@id":"https:\/\/www.codexworld.com\/enable-mod_rewrite-apache-server-ubuntu\/"},"author":{"name":"CodexWorld","@id":"https:\/\/www.codexworld.com\/#\/schema\/person\/9da51d8fa3cdefeb5ec9c69136d4baf0"},"headline":"How to Enable mod_rewrite in Apache on Ubuntu","datePublished":"2016-09-05T15:36:21+00:00","dateModified":"2016-09-06T05:42:53+00:00","mainEntityOfPage":{"@id":"https:\/\/www.codexworld.com\/enable-mod_rewrite-apache-server-ubuntu\/"},"wordCount":305,"commentCount":1,"publisher":{"@id":"https:\/\/www.codexworld.com\/#organization"},"image":{"@id":"https:\/\/www.codexworld.com\/enable-mod_rewrite-apache-server-ubuntu\/#primaryimage"},"thumbnailUrl":"https:\/\/www.codexworld.com\/wp-content\/uploads\/2016\/09\/enable-mod-rewrite-module-apache-server-ubuntu-codexworld.png","keywords":["Apache","mod_rewrite","Ubuntu"],"articleSection":["Ubuntu"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.codexworld.com\/enable-mod_rewrite-apache-server-ubuntu\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.codexworld.com\/enable-mod_rewrite-apache-server-ubuntu\/","url":"https:\/\/www.codexworld.com\/enable-mod_rewrite-apache-server-ubuntu\/","name":"How to Enable mod_rewrite in Apache on Ubuntu - CodexWorld","isPartOf":{"@id":"https:\/\/www.codexworld.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.codexworld.com\/enable-mod_rewrite-apache-server-ubuntu\/#primaryimage"},"image":{"@id":"https:\/\/www.codexworld.com\/enable-mod_rewrite-apache-server-ubuntu\/#primaryimage"},"thumbnailUrl":"https:\/\/www.codexworld.com\/wp-content\/uploads\/2016\/09\/enable-mod-rewrite-module-apache-server-ubuntu-codexworld.png","datePublished":"2016-09-05T15:36:21+00:00","dateModified":"2016-09-06T05:42:53+00:00","description":"Apache mod_rewrite Module in Ubuntu - Learn how to enable mod_rewrite in ubuntu. The step-by-step guide to enable mod_rewrite in Apache server on Ubuntu.","breadcrumb":{"@id":"https:\/\/www.codexworld.com\/enable-mod_rewrite-apache-server-ubuntu\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.codexworld.com\/enable-mod_rewrite-apache-server-ubuntu\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.codexworld.com\/enable-mod_rewrite-apache-server-ubuntu\/#primaryimage","url":"https:\/\/www.codexworld.com\/wp-content\/uploads\/2016\/09\/enable-mod-rewrite-module-apache-server-ubuntu-codexworld.png","contentUrl":"https:\/\/www.codexworld.com\/wp-content\/uploads\/2016\/09\/enable-mod-rewrite-module-apache-server-ubuntu-codexworld.png","width":1366,"height":768,"caption":"enable-mod-rewrite-module-apache-server-ubuntu-codexworld"},{"@type":"BreadcrumbList","@id":"https:\/\/www.codexworld.com\/enable-mod_rewrite-apache-server-ubuntu\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.codexworld.com\/"},{"@type":"ListItem","position":2,"name":"How to Enable mod_rewrite in Apache on Ubuntu"}]},{"@type":"WebSite","@id":"https:\/\/www.codexworld.com\/#website","url":"https:\/\/www.codexworld.com\/","name":"CodexWorld","description":"Web &amp; Mobile App Development Company","publisher":{"@id":"https:\/\/www.codexworld.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.codexworld.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.codexworld.com\/#organization","name":"CodexWorld","url":"https:\/\/www.codexworld.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.codexworld.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.codexworld.com\/wp-content\/uploads\/2014\/09\/codexworld-logo.png","contentUrl":"https:\/\/www.codexworld.com\/wp-content\/uploads\/2014\/09\/codexworld-logo.png","width":200,"height":19,"caption":"CodexWorld"},"image":{"@id":"https:\/\/www.codexworld.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/codexworld","https:\/\/x.com\/codexworldweb","https:\/\/www.linkedin.com\/company\/codexworld","https:\/\/www.youtube.com\/codexworld"]},{"@type":"Person","@id":"https:\/\/www.codexworld.com\/#\/schema\/person\/9da51d8fa3cdefeb5ec9c69136d4baf0","name":"CodexWorld","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/cf4999db3b409de559f80677afa01729bb2eeda19be273c254e8b2c22729e386?s=96&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/cf4999db3b409de559f80677afa01729bb2eeda19be273c254e8b2c22729e386?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/cf4999db3b409de559f80677afa01729bb2eeda19be273c254e8b2c22729e386?s=96&r=g","caption":"CodexWorld"},"description":"CodexWorld is a programming blog, one-stop destination for web professionals \u2014 developers, programmers, freelancers, and site owners.","sameAs":["http:\/\/www.codexworld.com","https:\/\/www.facebook.com\/codexworld","https:\/\/x.com\/codexworldblog"],"url":"https:\/\/www.codexworld.com\/author\/nitya192265\/"}]}},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/www.codexworld.com\/wp-content\/uploads\/2016\/09\/enable-mod-rewrite-module-apache-server-ubuntu-codexworld.png","jetpack_shortlink":"https:\/\/wp.me\/p6bxIh-t1","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.codexworld.com\/wp-json\/wp\/v2\/posts\/1799","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.codexworld.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.codexworld.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.codexworld.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.codexworld.com\/wp-json\/wp\/v2\/comments?post=1799"}],"version-history":[{"count":2,"href":"https:\/\/www.codexworld.com\/wp-json\/wp\/v2\/posts\/1799\/revisions"}],"predecessor-version":[{"id":1806,"href":"https:\/\/www.codexworld.com\/wp-json\/wp\/v2\/posts\/1799\/revisions\/1806"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.codexworld.com\/wp-json\/wp\/v2\/media\/1801"}],"wp:attachment":[{"href":"https:\/\/www.codexworld.com\/wp-json\/wp\/v2\/media?parent=1799"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.codexworld.com\/wp-json\/wp\/v2\/categories?post=1799"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.codexworld.com\/wp-json\/wp\/v2\/tags?post=1799"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}