How to rewrite only category and heading of the page in URL web config -
i trying change url using rule:
<rule name="rewrite news page"> <match url="^news/([_0-9a-z-]+)/([\s\s]+)" /> <action type="rewrite" url="page.php?id={r:1}&title={r:2}" /> </rule>
but don't want use id in url.
Comments
Post a Comment