Title: [Plugin: Custom Post Type Permalinks] Permalinks on WINDOWS SERVER
Last modified: August 20, 2016

---

# [Plugin: Custom Post Type Permalinks] Permalinks on WINDOWS SERVER

 *  [Diogo15](https://wordpress.org/support/users/diogo15/)
 * (@diogo15)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-custom-post-type-permalinks-permalinks-on-windows-server/)
 * Default wordpress permalinks creates this: in web.config
 *     ```
       <configuration>
       	<system.webServer>
       		<rewrite>
       			<rules>
       				<rule name="wordpress" patternSyntax="Wildcard">
       					<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>
       </configuration>
       ```
   
 * How should I modified to work with this plugin?
 * [http://wordpress.org/extend/plugins/custom-post-type-permalinks/](http://wordpress.org/extend/plugins/custom-post-type-permalinks/)

The topic ‘[Plugin: Custom Post Type Permalinks] Permalinks on WINDOWS SERVER’ is
closed to new replies.

 * ![](https://ps.w.org/custom-post-type-permalinks/assets/icon-256x256.png?rev=
   3495884)
 * [Custom Post Type Permalinks](https://wordpress.org/plugins/custom-post-type-permalinks/)
 * [Support Threads](https://wordpress.org/support/plugin/custom-post-type-permalinks/)
 * [Active Topics](https://wordpress.org/support/plugin/custom-post-type-permalinks/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/custom-post-type-permalinks/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/custom-post-type-permalinks/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [Diogo15](https://wordpress.org/support/users/diogo15/)
 * Last activity: [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-custom-post-type-permalinks-permalinks-on-windows-server/)
 * Status: not resolved