{"id":618,"date":"2016-10-11T16:42:51","date_gmt":"2016-10-11T14:42:51","guid":{"rendered":"https:\/\/zaven.co\/blog\/?p=618"},"modified":"2025-04-08T19:55:19","modified_gmt":"2025-04-08T17:55:19","slug":"install-wordpress-iis","status":"publish","type":"post","link":"https:\/\/zaven.co\/blog\/install-wordpress-iis\/","title":{"rendered":"How to install WordPress on IIS"},"content":{"rendered":"\n<p class=\"lead\">WordPress hosting is dominated by linux-based platforms using mostly Apache on Nginx setups. <strong>But if you need to run a website from a Windows machine or VPS, IIS is probably the right way to go.<\/strong> Although there are some tweaks that have to be made, you can easily get your WordPress instance running in less than 30 minutes.<\/p>\n\n\n\n<!--more-->\n\n\n\n<p>Prerequisites:<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>Microsoft IIS 7 or higher<\/li><li>PHP 7 (recommended version)<\/li><li>MySQL-compatible database<\/li><\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">Create a new Site on IIS<\/h2>\n\n\n\n<p>Start by creating a <strong>new directory for your WordPress website<\/strong> in the default location for IIS websites (usually <em>C:\\inetpub\\wwwroot\\<\/em>). Download the latest WordPress package from the <a href=\"https:\/\/wordpress.org\/download\/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">official website<\/a> and extract the contents into that directory.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img loading=\"lazy\" decoding=\"async\"   src=\"https:\/\/zaven.co\/blog\/wp-content\/uploads\/2016\/10\/iis_authentication_directory-730x888.png\" alt=\"How to install WordPress on IIS\" class=\"wp-image-621\" srcset=\"https:\/\/zaven.co\/blog\/wp-content\/uploads\/2016\/10\/iis_authentication_directory-730x888.png 730w, https:\/\/zaven.co\/blog\/wp-content\/uploads\/2016\/10\/iis_authentication_directory.png 944w\" sizes=\"auto, (max-width: 730px) 100vw, 730px\" \/><\/figure><\/div>\n\n\n\n<p>We also need to <strong>grant read\/write permissions for IIS to the <em>wp-content<\/em> directory<\/strong> so that WordPress will be able to save and modify files (e.g. when installing plugins or uploading files). Right click on the website directory and open up <em>Properties<\/em>. Head to <em>Security<\/em> and click <em>Edit<\/em>. Then, set the <em>Modify<\/em> permission for IIS_IUSRS (IIS user group) and IUSR (default IIS user).<\/p>\n\n\n\n<p>Next, <strong>open the IIS Manager and create a new website in your server instance<\/strong>. You can do that by right-clicking <em>Sites<\/em> in the left pane and choosing <em>Add new website<\/em>.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><a href=\"https:\/\/zaven.co\/blog\/wp-content\/uploads\/2016\/10\/iis_new_site.png\"><img loading=\"lazy\" decoding=\"async\"   src=\"https:\/\/zaven.co\/blog\/wp-content\/uploads\/2016\/10\/iis_new_site-730x473.png\" alt=\"wordpress on iis\" class=\"wp-image-622\" srcset=\"https:\/\/zaven.co\/blog\/wp-content\/uploads\/2016\/10\/iis_new_site-730x473.png 730w, https:\/\/zaven.co\/blog\/wp-content\/uploads\/2016\/10\/iis_new_site.png 1072w\" sizes=\"auto, (max-width: 730px) 100vw, 730px\" \/><\/a><\/figure><\/div>\n\n\n\n<p>Enter your desired website name (this is just for identification within IIS) and point the physical path to the directory we\u2019ve just created. Next, enter the host name your website will be available from. This can be the domain pointing to your IIS machine or a virtual host you\u2019ve created for local development in the system hosts file<em>.<\/em> Confirm by clicking OK.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img loading=\"lazy\" decoding=\"async\"   src=\"https:\/\/zaven.co\/blog\/wp-content\/uploads\/2016\/10\/iis_new_site_modal.png\" alt=\"install wordpress on iis\" class=\"wp-image-623\"\/><\/figure><\/div>\n\n\n\n<p><em>Your WordPress instance is already running<\/em>, but we need to assign the IUSR user to it so our site will have the access rights we\u2019ve just specified. In the left pane, select your newly created website and open <em>Authentication<\/em> on the right. Edit <em>Anonymous Authentication<\/em> and set IUSR to be the specific user.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><a href=\"https:\/\/zaven.co\/blog\/wp-content\/uploads\/2016\/10\/iis_authentication.png\"><img loading=\"lazy\" decoding=\"async\"   src=\"https:\/\/zaven.co\/blog\/wp-content\/uploads\/2016\/10\/iis_authentication-730x477.png\" alt=\"install wordpress iis\" class=\"wp-image-624\" srcset=\"https:\/\/zaven.co\/blog\/wp-content\/uploads\/2016\/10\/iis_authentication-730x477.png 730w, https:\/\/zaven.co\/blog\/wp-content\/uploads\/2016\/10\/iis_authentication.png 1072w\" sizes=\"auto, (max-width: 730px) 100vw, 730px\" \/><\/a><\/figure><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Fix access permission for PHP&nbsp;uploads<\/h2>\n\n\n\n<p>At this point our website should be up and ready to run but we need to ensure that <strong>IIS has enough access rights to handle PHP file uploads<\/strong>. Otherwise, requests for files uploaded through WordPress will result in an error 500.<\/p>\n\n\n\n<p>The reason for this is that PHP doesn\u2019t set access rights for IIS when moving an uploaded file to the website directory (e.g. <em>\/wp-content\/uploads<\/em>). In order to fix this we have to grant <em>Modify<\/em> access rights for IIS_IUSRS to PHP\u2019s temporary directory (usually <em>C:\\Windows\\Temp<\/em> but you can check if your php.ini configuration says otherwise).<\/p>\n\n\n\n<p>Open <em>Properties<\/em> for <em>C:\\Windows\\Temp<\/em>, go to <em>Security<\/em> and click <em>Advanced<\/em>. First, click <em>Enable inheritance <\/em>so access rights can be passed down to files and subdirectories.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><a href=\"https:\/\/zaven.co\/blog\/wp-content\/uploads\/2016\/10\/iis_php_temp_inheritance.png\"><img loading=\"lazy\" decoding=\"async\"   src=\"https:\/\/zaven.co\/blog\/wp-content\/uploads\/2016\/10\/iis_php_temp_inheritance-730x492.png\" alt=\"How to install WordPress IIS\" class=\"wp-image-625\" srcset=\"https:\/\/zaven.co\/blog\/wp-content\/uploads\/2016\/10\/iis_php_temp_inheritance-730x492.png 730w, https:\/\/zaven.co\/blog\/wp-content\/uploads\/2016\/10\/iis_php_temp_inheritance.png 780w\" sizes=\"auto, (max-width: 730px) 100vw, 730px\" \/><\/a><\/figure><\/div>\n\n\n\n<p>Next, select IIS_IUSRS on the user list (or add it if not present) and click <em>Edit<\/em>. Set the <em>Modify<\/em> permission to IIS_IUSRS (IIS user group) and set it to affect only child objects.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><a href=\"https:\/\/zaven.co\/blog\/wp-content\/uploads\/2016\/10\/iis_php_temp.png\"><img loading=\"lazy\" decoding=\"async\"   src=\"https:\/\/zaven.co\/blog\/wp-content\/uploads\/2016\/10\/iis_php_temp-730x471.png\" alt=\"wordpress iis\" class=\"wp-image-634\" srcset=\"https:\/\/zaven.co\/blog\/wp-content\/uploads\/2016\/10\/iis_php_temp-730x471.png 730w, https:\/\/zaven.co\/blog\/wp-content\/uploads\/2016\/10\/iis_php_temp.png 930w\" sizes=\"auto, (max-width: 730px) 100vw, 730px\" \/><\/a><\/figure><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Install WordPress on IIS<\/h2>\n\n\n\n<p>You can now go to the <strong>domain you\u2019ve specified in IIS<\/strong> and check if the website\u2019s running. Open <a href=\"http:\/\/yourwebsitedomain\/readme.html\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">http:\/\/yourwebsitedomain\/readme.html<\/a> for instructions on <strong>how to install WordPress on IIS<\/strong>.<\/p>\n\n\n\n<p>After installation there are&nbsp; couple of things you might want to configure in order to make the most of your WordPress instance.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Enable permalinks<\/h2>\n\n\n\n<p>In order to use the user- and SEO-friendly \u201cPretty permalinks\u201d feature in WordPress, we need to enable URL rewriting. For this to work you need to have the <a href=\"http:\/\/www.iis.net\/downloads\/microsoft\/url-rewrite\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">URL Rewrite<\/a> module for IIS installed.<\/p>\n\n\n\n<p>Next, we need to create a <em>web.config<\/em> file in the root directory of our website. Add the following rewrite rule to the webserver configuration:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"xml\" class=\"language-xml\">&lt;?xml version=\"1.0\" encoding=\"UTF-8\"?&gt;\n&lt;configuration&gt;\n  &lt;system.webServer&gt;\n    &lt;rewrite&gt;\t\t\n      &lt;rules&gt;\n\t\t  &lt;rule name=\"Wordpress\" patternSyntax=\"Wildcard\"&gt;\n\t\t\t  &lt;match url=\"*\"\/&gt;\n\t\t\t  &lt;conditions logicalGrouping=\"MatchAll\"&gt;\n\t\t\t\t  &lt;add input=\"{REQUEST_FILENAME}\" matchType=\"IsFile\" negate=\"true\"\/&gt;\n\t\t\t\t  &lt;add input=\"{REQUEST_FILENAME}\" matchType=\"IsDirectory\" negate=\"true\"\/&gt;\n\t\t\t  &lt;\/conditions&gt;\n\t\t\t  &lt;action type=\"Rewrite\" url=\"index.php\"\/&gt;\n\t\t  &lt;\/rule&gt;\n\t\t&lt;\/rules&gt;\n    &lt;\/rewrite&gt;\n  &lt;\/system.webServer&gt;\n&lt;\/configuration&gt;<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Fix static file serving<\/h2>\n\n\n\n<p>By default, IIS is configured to serve only a handful of static files properly (images, plain text files). If you\u2019re planning to use web fonts, SVGs, videos or PDFs, you should declare them in your web.config file like this:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"xml\" class=\"language-xml\">&lt;?xml version=\"1.0\" encoding=\"UTF-8\"?&gt;\n&lt;configuration&gt;\n  &lt;system.webServer&gt;\n\t  &lt;staticContent&gt;\n\n\t\t&lt;!-- Proper svg serving. Required for svg webfonts on iPad --&gt;\n\t\t&lt;remove fileExtension=\".svg\" \/&gt;\n\t\t&lt;mimeMap fileExtension=\".svg\" mimeType=\"image\/svg+xml\" \/&gt;\n\t\t&lt;remove fileExtension=\".svgz\" \/&gt;\n\t\t&lt;mimeMap fileExtension=\".svgz\" mimeType=\"image\/svg+xml\" \/&gt;\n\n\t\t&lt;!-- HTML4 Web font mime types --&gt;\n\t\t&lt;!-- Remove default IIS mime type for .eot which is application\/octet-stream --&gt;\n\t\t&lt;remove fileExtension=\".eot\" \/&gt;\n\t\t&lt;mimeMap fileExtension=\".eot\" mimeType=\"application\/vnd.ms-fontobject\" \/&gt;\n\t\t&lt;remove fileExtension=\".otf\" \/&gt;\n\t\t&lt;mimeMap fileExtension=\".otf\" mimeType=\"font\/otf\" \/&gt;\n\t\t&lt;remove fileExtension=\".ttf\" \/&gt;\n\t\t&lt;mimeMap fileExtension=\".ttf\" mimeType=\"application\/octet-stream\" \/&gt;\n\t\t&lt;remove fileExtension=\".woff\" \/&gt;\n\t\t&lt;mimeMap fileExtension=\".woff\" mimeType=\"font\/x-woff\" \/&gt;\n\t\t&lt;remove fileExtension=\".woff2\" \/&gt;\n\t\t&lt;mimeMap fileExtension=\".woff2\" mimeType=\"font\/x-woff2\" \/&gt;\n\t\t&lt;remove fileExtension=\".crx\" \/&gt;\n\t\t&lt;mimeMap fileExtension=\".crx\" mimeType=\"application\/x-chrome-extension\" \/&gt;\n\t\t&lt;remove fileExtension=\".xpi\" \/&gt;\n\t\t&lt;mimeMap fileExtension=\".xpi\" mimeType=\"application\/x-xpinstall\" \/&gt;\n\t\t&lt;remove fileExtension=\".safariextz\" \/&gt;\n\t\t&lt;mimeMap fileExtension=\".safariextz\" mimeType=\"application\/octet-stream\" \/&gt;\n\t\t\n\t\t&lt;!-- HTML5 Audio\/Video mime types--&gt;\n\t\t&lt;remove fileExtension=\".mp3\" \/&gt;\n\t\t&lt;mimeMap fileExtension=\".mp3\" mimeType=\"audio\/mpeg\" \/&gt;\n\t\t&lt;remove fileExtension=\".mp4\" \/&gt;\n\t\t&lt;mimeMap fileExtension=\".mp4\" mimeType=\"video\/mp4\" \/&gt;\n\t\t&lt;remove fileExtension=\".ogg\" \/&gt;\n\t\t&lt;mimeMap fileExtension=\".ogg\" mimeType=\"audio\/ogg\" \/&gt;\n\t\t&lt;remove fileExtension=\".ogv\" \/&gt;\n\t\t&lt;mimeMap fileExtension=\".ogv\" mimeType=\"video\/ogg\" \/&gt;\n\t\t&lt;remove fileExtension=\".webm\" \/&gt;\n\t\t&lt;mimeMap fileExtension=\".webm\" mimeType=\"video\/webm\" \/&gt;\n\t\t\n\t\t&lt;!-- Other types --&gt;\n\t\t&lt;remove fileExtension=\".pdf\" \/&gt;\n\t\t&lt;mimeMap fileExtension=\".pdf\" mimeType=\"application\/octet-stream\" \/&gt;\n\t\t\n\t  &lt;\/staticContent&gt;\n\t  \n\t  &lt;!-- other settings, e.g. rewrite rules --&gt;\n\t  \n  &lt;\/system.webServer&gt;\n&lt;\/configuration&gt;<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Enable Caching<\/h2>\n\n\n\n<p>Caching can significantly speed up your <em>WordPress website<\/em> by serving pre-generated content without calling PHP scripts and database queries over and over again. This is easily achieved with WinCache and WordPress plugins.<\/p>\n\n\n\n<p>Unfortunately, <strong>installing WinCache extension from the IIS homepage may break WordPress plugin updates<\/strong>. This is easily fixed by installing the latest repo version manually.<\/p>\n\n\n\n<p>Download the latest development version from the <a href=\"https:\/\/sourceforge.net\/projects\/wincache\/files\/development\/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">WinCache SourceForge<\/a> and extract it to your PHP extension directory (e.g. <em>C:\\Program Files (x86)\\PHP\\v7.0\\ext<\/em>).<\/p>\n\n\n\n<p>Next, you only need to <strong>install a WordPress plugin that will handle the caching<\/strong>. Double-check the plugin platform support! As of now, the popular <a href=\"https:\/\/wordpress.org\/plugins\/w3-total-cache\/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\"><strong>WP Total Cache<\/strong><\/a><strong> won\u2019t work with IIS<\/strong>. We recommend using <a href=\"https:\/\/wordpress.org\/plugins\/wp-super-cache\/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">WP Super Cache<\/a> instead, as it supports IIS and WinCache.<\/p>\n\n\n\n<p>Check out other iOS development&nbsp;tutorials&nbsp;on our blog: <a href=\"https:\/\/zaven.co\/blog\/jet-lobster-ruby-local-apns-testing-tool\/\">JetLobster ruby local APNs testing tool.<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>WordPress hosting is dominated by linux-based platforms using mostly Apache on Nginx setups. But if you need to run a website from a Windows machine or VPS, IIS is probably the right way to go. Although there are some tweaks that have to be made, you can easily get your WordPress instance running in less [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":619,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5,58],"tags":[51,53,55,54,8,52,50],"class_list":["post-618","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials","category-web-development","tag-iis","tag-internet-information-services","tag-page","tag-tool","tag-tutorial","tag-website","tag-wordpress"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.8.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to install Wordpress on IIS? | Zaven Blog<\/title>\n<meta name=\"description\" content=\"If you need to run a website from a Windows machine or VPS, IIS is probably the right way to go. Learn how to install Wordpress on IIS. Welcome!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/zaven.co\/blog\/install-wordpress-iis\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to install Wordpress on IIS? | Zaven Blog\" \/>\n<meta property=\"og:description\" content=\"If you need to run a website from a Windows machine or VPS, IIS is probably the right way to go. Learn how to install Wordpress on IIS. Welcome!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/zaven.co\/blog\/install-wordpress-iis\/\" \/>\n<meta property=\"og:site_name\" content=\"Zaven Blog\" \/>\n<meta property=\"article:published_time\" content=\"2016-10-11T14:42:51+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-04-08T17:55:19+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/zaven.co\/blog\/wp-content\/uploads\/2016\/10\/gu_06_detal.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1200\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Arthur Krupa\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Arthur Krupa\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/zaven.co\/blog\/install-wordpress-iis\/\",\"url\":\"https:\/\/zaven.co\/blog\/install-wordpress-iis\/\",\"name\":\"How to install Wordpress on IIS? | Zaven Blog\",\"isPartOf\":{\"@id\":\"https:\/\/zaven.co\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/zaven.co\/blog\/install-wordpress-iis\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/zaven.co\/blog\/install-wordpress-iis\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/zaven.co\/blog\/wp-content\/uploads\/2016\/10\/gu_06_detal.jpg\",\"datePublished\":\"2016-10-11T14:42:51+00:00\",\"dateModified\":\"2025-04-08T17:55:19+00:00\",\"author\":{\"@id\":\"https:\/\/zaven.co\/blog\/#\/schema\/person\/0c2fc491d54d965d6374f753ceb4dc50\"},\"description\":\"If you need to run a website from a Windows machine or VPS, IIS is probably the right way to go. Learn how to install Wordpress on IIS. Welcome!\",\"breadcrumb\":{\"@id\":\"https:\/\/zaven.co\/blog\/install-wordpress-iis\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/zaven.co\/blog\/install-wordpress-iis\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/zaven.co\/blog\/install-wordpress-iis\/#primaryimage\",\"url\":\"https:\/\/zaven.co\/blog\/wp-content\/uploads\/2016\/10\/gu_06_detal.jpg\",\"contentUrl\":\"https:\/\/zaven.co\/blog\/wp-content\/uploads\/2016\/10\/gu_06_detal.jpg\",\"width\":1920,\"height\":1200},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/zaven.co\/blog\/install-wordpress-iis\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/zaven.co\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to install WordPress on IIS\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/zaven.co\/blog\/#website\",\"url\":\"https:\/\/zaven.co\/blog\/\",\"name\":\"Zaven Blog\",\"description\":\"Software development blog. Generative AI, web &amp; mobile applications.\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/zaven.co\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/zaven.co\/blog\/#\/schema\/person\/0c2fc491d54d965d6374f753ceb4dc50\",\"name\":\"Arthur Krupa\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/zaven.co\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/6fec89346f526260fffb4015e680fc44?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/6fec89346f526260fffb4015e680fc44?s=96&d=mm&r=g\",\"caption\":\"Arthur Krupa\"},\"description\":\"Designer by profession, and an engineer at heart. At Zaven he supervises everything connected with visual communication and user experience. On quiet evenings, he enjoys watching documentaries, playing the piano or reading a book. Arthur has a passion for trekking and climbing, that\u2019s why he catches himself daydreaming about mountains far far away...\",\"sameAs\":[\"https:\/\/www.linkedin.com\/in\/arthurkrupa\"],\"url\":\"https:\/\/zaven.co\/blog\/author\/akrupa\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to install Wordpress on IIS? | Zaven Blog","description":"If you need to run a website from a Windows machine or VPS, IIS is probably the right way to go. Learn how to install Wordpress on IIS. Welcome!","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:\/\/zaven.co\/blog\/install-wordpress-iis\/","og_locale":"en_US","og_type":"article","og_title":"How to install Wordpress on IIS? | Zaven Blog","og_description":"If you need to run a website from a Windows machine or VPS, IIS is probably the right way to go. Learn how to install Wordpress on IIS. Welcome!","og_url":"https:\/\/zaven.co\/blog\/install-wordpress-iis\/","og_site_name":"Zaven Blog","article_published_time":"2016-10-11T14:42:51+00:00","article_modified_time":"2025-04-08T17:55:19+00:00","og_image":[{"width":1920,"height":1200,"url":"https:\/\/zaven.co\/blog\/wp-content\/uploads\/2016\/10\/gu_06_detal.jpg","type":"image\/jpeg"}],"author":"Arthur Krupa","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Arthur Krupa","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/zaven.co\/blog\/install-wordpress-iis\/","url":"https:\/\/zaven.co\/blog\/install-wordpress-iis\/","name":"How to install Wordpress on IIS? | Zaven Blog","isPartOf":{"@id":"https:\/\/zaven.co\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/zaven.co\/blog\/install-wordpress-iis\/#primaryimage"},"image":{"@id":"https:\/\/zaven.co\/blog\/install-wordpress-iis\/#primaryimage"},"thumbnailUrl":"https:\/\/zaven.co\/blog\/wp-content\/uploads\/2016\/10\/gu_06_detal.jpg","datePublished":"2016-10-11T14:42:51+00:00","dateModified":"2025-04-08T17:55:19+00:00","author":{"@id":"https:\/\/zaven.co\/blog\/#\/schema\/person\/0c2fc491d54d965d6374f753ceb4dc50"},"description":"If you need to run a website from a Windows machine or VPS, IIS is probably the right way to go. Learn how to install Wordpress on IIS. Welcome!","breadcrumb":{"@id":"https:\/\/zaven.co\/blog\/install-wordpress-iis\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/zaven.co\/blog\/install-wordpress-iis\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/zaven.co\/blog\/install-wordpress-iis\/#primaryimage","url":"https:\/\/zaven.co\/blog\/wp-content\/uploads\/2016\/10\/gu_06_detal.jpg","contentUrl":"https:\/\/zaven.co\/blog\/wp-content\/uploads\/2016\/10\/gu_06_detal.jpg","width":1920,"height":1200},{"@type":"BreadcrumbList","@id":"https:\/\/zaven.co\/blog\/install-wordpress-iis\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/zaven.co\/blog\/"},{"@type":"ListItem","position":2,"name":"How to install WordPress on IIS"}]},{"@type":"WebSite","@id":"https:\/\/zaven.co\/blog\/#website","url":"https:\/\/zaven.co\/blog\/","name":"Zaven Blog","description":"Software development blog. Generative AI, web &amp; mobile applications.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/zaven.co\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/zaven.co\/blog\/#\/schema\/person\/0c2fc491d54d965d6374f753ceb4dc50","name":"Arthur Krupa","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/zaven.co\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/6fec89346f526260fffb4015e680fc44?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/6fec89346f526260fffb4015e680fc44?s=96&d=mm&r=g","caption":"Arthur Krupa"},"description":"Designer by profession, and an engineer at heart. At Zaven he supervises everything connected with visual communication and user experience. On quiet evenings, he enjoys watching documentaries, playing the piano or reading a book. Arthur has a passion for trekking and climbing, that\u2019s why he catches himself daydreaming about mountains far far away...","sameAs":["https:\/\/www.linkedin.com\/in\/arthurkrupa"],"url":"https:\/\/zaven.co\/blog\/author\/akrupa\/"}]}},"_links":{"self":[{"href":"https:\/\/zaven.co\/blog\/wp-json\/wp\/v2\/posts\/618","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/zaven.co\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/zaven.co\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/zaven.co\/blog\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/zaven.co\/blog\/wp-json\/wp\/v2\/comments?post=618"}],"version-history":[{"count":25,"href":"https:\/\/zaven.co\/blog\/wp-json\/wp\/v2\/posts\/618\/revisions"}],"predecessor-version":[{"id":69947,"href":"https:\/\/zaven.co\/blog\/wp-json\/wp\/v2\/posts\/618\/revisions\/69947"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/zaven.co\/blog\/wp-json\/wp\/v2\/media\/619"}],"wp:attachment":[{"href":"https:\/\/zaven.co\/blog\/wp-json\/wp\/v2\/media?parent=618"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zaven.co\/blog\/wp-json\/wp\/v2\/categories?post=618"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zaven.co\/blog\/wp-json\/wp\/v2\/tags?post=618"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}