.htaccess won’t work on IIS Server so permalinks don’t work properly. For that, we need following steps to make it work. Step 1: Create a web.config file on the root folder of WordPress installation if it does not exist. Step 2: Use Paste following code <configuration> <system.webServer> <rewrite> <rules> <rule name=”wordpress” patternSyntax=”Wildcard”> <match url=”*” /> […]
