{"id":705,"date":"2019-01-25T17:00:25","date_gmt":"2019-01-25T14:00:25","guid":{"rendered":"https:\/\/artem.services\/?p=550"},"modified":"2019-02-20T00:34:14","modified_gmt":"2019-02-19T21:34:14","slug":"apache2-virtualhost-with-htaccess-2","status":"publish","type":"post","link":"https:\/\/artem.services\/?p=705&lang=en","title":{"rendered":"Apache2 &#8212; VirtualHost with .htaccess"},"content":{"rendered":"<p><img loading=\"lazy\" class=\"alignnone size-full wp-image-219\" src=\"https:\/\/artem.services\/wp-content\/uploads\/2018\/11\/Config-Examples-Logo.png\" alt=\"\" width=\"937\" height=\"145\" srcset=\"https:\/\/artem.services\/wp-content\/uploads\/2018\/11\/Config-Examples-Logo.png 937w, https:\/\/artem.services\/wp-content\/uploads\/2018\/11\/Config-Examples-Logo-300x46.png 300w, https:\/\/artem.services\/wp-content\/uploads\/2018\/11\/Config-Examples-Logo-768x119.png 768w\" sizes=\"(max-width: 937px) 100vw, 937px\" \/><\/p>\n<p>Create a virtual host configuration file:<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\r\n&lt;VirtualHost *:80&gt;\r\n    DocumentRoot &quot;\/var\/www\/html\/site&quot;\r\n    ServerName artem.services\r\n\r\n    &lt;Directory \/var\/www\/html\/site&gt;\r\n        Options FollowSymLinks\r\n        AllowOverride All\r\n        Order allow,deny\r\n        Allow from all\r\n    &lt;\/Directory&gt;\r\n&lt;\/VirtualHost&gt;\r\n\r\n<\/pre>\n<p>Activate the &quot;<strong>mod_rewrite<\/strong>&quot; module:<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\r\na2enmod rewrite\r\n<\/pre>\n<p>And restart <strong>Apache2<\/strong>:<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\r\nsystemctl restart apache2\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Create a virtual host configuration file: Activate the &quot;mod_rewrite&quot; module: And restart Apache2:<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[467],"tags":[493,495,471,499,501],"_links":{"self":[{"href":"https:\/\/artem.services\/index.php?rest_route=\/wp\/v2\/posts\/705"}],"collection":[{"href":"https:\/\/artem.services\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/artem.services\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/artem.services\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/artem.services\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=705"}],"version-history":[{"count":2,"href":"https:\/\/artem.services\/index.php?rest_route=\/wp\/v2\/posts\/705\/revisions"}],"predecessor-version":[{"id":707,"href":"https:\/\/artem.services\/index.php?rest_route=\/wp\/v2\/posts\/705\/revisions\/707"}],"wp:attachment":[{"href":"https:\/\/artem.services\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=705"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/artem.services\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=705"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/artem.services\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=705"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}