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}&amp;title={r:2}" /> </rule> 

but don't want use id in url.


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -