SEO Friendly urls not working in wordpress on IIS Server

SEO Friendly urls not working in wordpress on IIS Server
We can add SEO Friendly urls in wordpress on IIS Server without using the .htaccess file. add the following in web.config. Remember .htaccess is not applicable on iis it works only apache servers.

 

<system.webServer>
<rewrite>
<rules>
<rule name=”WordPress Rule” stopProcessing=”true”>
<match url=”.*” />
<conditions>
<add input=”{REQUEST_FILENAME}” matchType=”IsFile” negate=”true” />
<add input=”{REQUEST_FILENAME}” matchType=”IsDirectory” negate=”true” />
</conditions>
<action type=”Rewrite” url=”index.php” />
</rule>
</rules>
</rewrite>

</system.webServer>

Similar Posts
8 Responsive Web Design Principles You Need to Know
March 13, 2024 | 10 min read
8 Responsive Web Design Principles You Need to Know

In today’s fast-paced digital world, where our lives are intricately intertwined with technology, the way we experience the internet has undergone a profound transformation. Consider this: did you know that as of 2021, there are over 4.6 billion active internet users worldwide, and more than half of them access the web primarily through mobile devices? […]...

7 Ways to improve your WordPress Website Security
August 28, 2018 | 5 min read
7 Ways to improve your WordPress Website Security

WordPress is the most popular and widely used CMS platform powers nearly one-third of all websites in the world. Some of the key WordPress strengths like flexibility, scalability, customisation and performance have only become better over time. WordPress with frequent updates and with the value additions of a lot of security plugins and robust community […]...

6 Reasons Why WordPress Is Still the Best CMS
March 5, 2021 | 5 min read
6 Reasons Why WordPress Is Still the Best CMS

Whenever someone thinks of creating a blog or open an eCommerce store, WordPress is the first choice for many. Why is it so?  But first, let’s see how it all started. ...

Learn more about software outsourcing
#imenso

Think Big

Rated 4.7 out of 5 based on 32 Google reviews.