{"id":452,"date":"2019-05-18T03:34:17","date_gmt":"2019-05-18T03:34:17","guid":{"rendered":"https:\/\/www.24x7serversupport.com\/24x7serversupport-blog\/?p=452"},"modified":"2021-03-21T06:34:19","modified_gmt":"2021-03-21T01:04:19","slug":"wordpress-permalink-code-for-windows-server","status":"publish","type":"post","link":"https:\/\/www.24x7serversupport.com\/blog\/wordpress-permalink-code-for-windows-server\/","title":{"rendered":"WordPress Permalink code for Windows server"},"content":{"rendered":"\n<p>In IIS 7, 8, 8.5, 10 , you can add below code in the Option \u201cURL Rewrite\u201d when  you click on the domain or in web.config file, as the .htaccess will not work as it works for  Linux servers:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">&lt;?xml version=\"1.0\" encoding=\"UTF-8\"?>\n&lt;configuration>\n&lt;system.webServer>\n&lt;rewrite>\n&lt;rules>\n&lt;rule name=\"wordpress\" stopProcessing=\"true\">\n&lt;match url=\".*\" \/>\n&lt;conditions logicalGrouping=\"MatchAll\">\n&lt;add input=\"{REQUEST_FILENAME}\" matchType=\"IsFile\" negate=\"true\" \/>\n&lt;add input=\"{REQUEST_FILENAME}\" matchType=\"IsDirectory\" negate=\"true\" \/>\n&lt;\/conditions>\n&lt;action type=\"Rewrite\" url=\"index.php\" \/>\n&lt;\/rule>\n&lt;\/rules>\n&lt;\/rewrite>\n&lt;\/system.webServer>\n&lt;\/configuration><\/pre>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>In IIS 7, 8, 8.5, 10 , you can add below code in the Option \u201cURL Rewrite\u201d when you click on the domain or in web.config file, as the .htaccess will not work as it works for Linux servers: &lt;?xml version=&#8221;1.0&#8243; encoding=&#8221;UTF-8&#8243;?> &lt;configuration> &lt;system.webServer> &lt;rewrite> &lt;rules> &lt;rule name=&#8221;wordpress&#8221; stopProcessing=&#8221;true&#8221;> &lt;match url=&#8221;.*&#8221; \/> &lt;conditions logicalGrouping=&#8221;MatchAll&#8221;> &lt;add [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"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","enabled":false}}},"categories":[36,37,51],"tags":[96,97,13],"class_list":["post-452","post","type-post","status-publish","format-standard","hentry","category-iis","category-windows","category-wordpress","tag-permalink","tag-windows","tag-wordpress"],"jetpack_publicize_connections":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>wordpress permalink code for windows server<\/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:\/\/www.24x7serversupport.com\/blog\/wordpress-permalink-code-for-windows-server\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"wordpress permalink code for windows server\" \/>\n<meta property=\"og:description\" content=\"In IIS 7, 8, 8.5, 10 , you can add below code in the Option \u201cURL Rewrite\u201d when you click on the domain or in web.config file, as the .htaccess will not work as it works for Linux servers: &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt; &lt;configuration&gt; &lt;system.webServer&gt; &lt;rewrite&gt; &lt;rules&gt; &lt;rule name=&quot;wordpress&quot; stopProcessing=&quot;true&quot;&gt; &lt;match url=&quot;.*&quot; \/&gt; &lt;conditions logicalGrouping=&quot;MatchAll&quot;&gt; &lt;add [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.24x7serversupport.com\/blog\/wordpress-permalink-code-for-windows-server\/\" \/>\n<meta property=\"og:site_name\" content=\"24x7serversupport Blog\" \/>\n<meta property=\"article:published_time\" content=\"2019-05-18T03:34:17+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-03-21T01:04:19+00:00\" \/>\n<meta name=\"author\" content=\"24x7support\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@24x7serversuppo\" \/>\n<meta name=\"twitter:site\" content=\"@24x7serversuppo\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"24x7support\" \/>\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\":\"WebPage\",\"@id\":\"https:\/\/www.24x7serversupport.com\/blog\/wordpress-permalink-code-for-windows-server\/\",\"url\":\"https:\/\/www.24x7serversupport.com\/blog\/wordpress-permalink-code-for-windows-server\/\",\"name\":\"wordpress permalink code for windows server\",\"isPartOf\":{\"@id\":\"https:\/\/www.24x7serversupport.com\/blog\/#website\"},\"datePublished\":\"2019-05-18T03:34:17+00:00\",\"dateModified\":\"2021-03-21T01:04:19+00:00\",\"author\":{\"@id\":\"https:\/\/www.24x7serversupport.com\/blog\/#\/schema\/person\/decfb5fad6bde6ac6822d4e965c6d401\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.24x7serversupport.com\/blog\/wordpress-permalink-code-for-windows-server\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.24x7serversupport.com\/blog\/wordpress-permalink-code-for-windows-server\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.24x7serversupport.com\/blog\/wordpress-permalink-code-for-windows-server\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.24x7serversupport.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"WordPress Permalink code for Windows server\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.24x7serversupport.com\/blog\/#website\",\"url\":\"https:\/\/www.24x7serversupport.com\/blog\/\",\"name\":\"24x7serversupport Blog\",\"description\":\"Linux | CPanel | WHM | webhosting| Plesk | DirectAdmin | CentOs | Debian | Ubuntu Blog\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.24x7serversupport.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.24x7serversupport.com\/blog\/#\/schema\/person\/decfb5fad6bde6ac6822d4e965c6d401\",\"name\":\"24x7support\",\"url\":\"https:\/\/www.24x7serversupport.com\/blog\/author\/24x7support\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"wordpress permalink code for windows server","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.24x7serversupport.com\/blog\/wordpress-permalink-code-for-windows-server\/","og_locale":"en_US","og_type":"article","og_title":"wordpress permalink code for windows server","og_description":"In IIS 7, 8, 8.5, 10 , you can add below code in the Option \u201cURL Rewrite\u201d when you click on the domain or in web.config file, as the .htaccess will not work as it works for Linux servers: &lt;?xml version=\"1.0\" encoding=\"UTF-8\"?> &lt;configuration> &lt;system.webServer> &lt;rewrite> &lt;rules> &lt;rule name=\"wordpress\" stopProcessing=\"true\"> &lt;match url=\".*\" \/> &lt;conditions logicalGrouping=\"MatchAll\"> &lt;add [&hellip;]","og_url":"https:\/\/www.24x7serversupport.com\/blog\/wordpress-permalink-code-for-windows-server\/","og_site_name":"24x7serversupport Blog","article_published_time":"2019-05-18T03:34:17+00:00","article_modified_time":"2021-03-21T01:04:19+00:00","author":"24x7support","twitter_card":"summary_large_image","twitter_creator":"@24x7serversuppo","twitter_site":"@24x7serversuppo","twitter_misc":{"Written by":"24x7support","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.24x7serversupport.com\/blog\/wordpress-permalink-code-for-windows-server\/","url":"https:\/\/www.24x7serversupport.com\/blog\/wordpress-permalink-code-for-windows-server\/","name":"wordpress permalink code for windows server","isPartOf":{"@id":"https:\/\/www.24x7serversupport.com\/blog\/#website"},"datePublished":"2019-05-18T03:34:17+00:00","dateModified":"2021-03-21T01:04:19+00:00","author":{"@id":"https:\/\/www.24x7serversupport.com\/blog\/#\/schema\/person\/decfb5fad6bde6ac6822d4e965c6d401"},"breadcrumb":{"@id":"https:\/\/www.24x7serversupport.com\/blog\/wordpress-permalink-code-for-windows-server\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.24x7serversupport.com\/blog\/wordpress-permalink-code-for-windows-server\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.24x7serversupport.com\/blog\/wordpress-permalink-code-for-windows-server\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.24x7serversupport.com\/blog\/"},{"@type":"ListItem","position":2,"name":"WordPress Permalink code for Windows server"}]},{"@type":"WebSite","@id":"https:\/\/www.24x7serversupport.com\/blog\/#website","url":"https:\/\/www.24x7serversupport.com\/blog\/","name":"24x7serversupport Blog","description":"Linux | CPanel | WHM | webhosting| Plesk | DirectAdmin | CentOs | Debian | Ubuntu Blog","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.24x7serversupport.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.24x7serversupport.com\/blog\/#\/schema\/person\/decfb5fad6bde6ac6822d4e965c6d401","name":"24x7support","url":"https:\/\/www.24x7serversupport.com\/blog\/author\/24x7support\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_likes_enabled":true,"jetpack-related-posts":[],"_links":{"self":[{"href":"https:\/\/www.24x7serversupport.com\/blog\/wp-json\/wp\/v2\/posts\/452","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.24x7serversupport.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.24x7serversupport.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.24x7serversupport.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.24x7serversupport.com\/blog\/wp-json\/wp\/v2\/comments?post=452"}],"version-history":[{"count":2,"href":"https:\/\/www.24x7serversupport.com\/blog\/wp-json\/wp\/v2\/posts\/452\/revisions"}],"predecessor-version":[{"id":3309,"href":"https:\/\/www.24x7serversupport.com\/blog\/wp-json\/wp\/v2\/posts\/452\/revisions\/3309"}],"wp:attachment":[{"href":"https:\/\/www.24x7serversupport.com\/blog\/wp-json\/wp\/v2\/media?parent=452"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.24x7serversupport.com\/blog\/wp-json\/wp\/v2\/categories?post=452"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.24x7serversupport.com\/blog\/wp-json\/wp\/v2\/tags?post=452"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}