0

I want to only rewrite my url like

http://sifweb/about-us/Open-Article/ArtMID/7821/ArticleID/1132/Nirmal-test

to

http://sifweb/about-us/Open-Article/Something

But want to redirect same old url just want to rewrite url in browser.

I referred below links

IIS URL Rewrite and Web.config

url rewrite in web.config

CDspace
  • 2,639
  • 18
  • 30
  • 36
Juhi
  • 270
  • 2
  • 17
  • Can you provide few examples of your URLs, because i am confused that you wrote `Something` in your url. What does it mean? – Victor Leontyev Sep 21 '17 at 05:49
  • Dotnetnuke does not work that way. You cannot just rewrite url's. As you can see there are two ID's in the url that are needed to find the correct article. – VDWWD Sep 21 '17 at 20:57

1 Answers1

0

You can create a custom url provider for modules that don't include them. Check the Community Blog for some discussion, and there are example providers in Github.

Google "dnn url provider" for some links.

Joe Craig
  • 1,244
  • 1
  • 7
  • 7