YAFLogo

cagliostro
  • cagliostro
  • 100% (Exalted)
  • YAF Leader Topic Starter
13 years ago
Hello.

This is a question for tha_watcha.

Could the YAF url rewriter module be used for the whole DNN to rewrite the urls ? Could that be possible ?

With some extra code or some DNN module ?

Thanks


Sponsor
Dr-Hack
  • Dr-Hack
  • 100% (Exalted)
  • YAF All-the-Time
13 years ago
dnn already supports url rewriter , isnt it ?
cagliostro
  • cagliostro
  • 100% (Exalted)
  • YAF Leader Topic Starter
13 years ago

dnn already supports url rewriter , isnt it ?

Originally Posted by: Dr-Hack 

They say so but their "solution" creates a rather long url. I haven't seen such a long url anywhere.


Jaben
  • Jaben
  • 100% (Exalted)
  • YAF Developer
13 years ago
YAF uses UrlRewriter. If it's set to a higher priority, it will handle urls first -- and you could do rewriting in DNN.

http://urlrewriter.net/ 

Dr-Hack
  • Dr-Hack
  • 100% (Exalted)
  • YAF All-the-Time
13 years ago

dnn already supports url rewriter , isnt it ?

Originally Posted by: cagliostro 

They say so but their "solution" creates a rather long url. I haven't seen such a long url anywhere.

Originally Posted by: Dr-Hack 

Dnn goes with site/page/subpage.aspx <<< thats how it should go whats the case with u ?

cagliostro
  • cagliostro
  • 100% (Exalted)
  • YAF Leader Topic Starter
13 years ago

dnn already supports url rewriter , isnt it ?

Originally Posted by: Dr-Hack 

They say so but their "solution" creates a rather long url. I haven't seen such a long url anywhere.

Originally Posted by: cagliostro 

Dnn goes with site/page/subpage.aspx <<< thats how it should go whats the case with u ?

Originally Posted by: Dr-Hack 

Dnn goes like this for example:

http://www.costaszividis.gr/Home/tabid/40/EntryId/20/Preventing-Seagate-Expansion-2-5-external-drive-from-going-to-auto-sleep.aspx 

the "Home/tabid/40/EntryId/20" is a bit long. And this is an example, even more extreme exist.


tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.0 rc 2
13 years ago

dnn already supports url rewriter , isnt it ?

Originally Posted by: cagliostro 

They say so but their "solution" creates a rather long url. I haven't seen such a long url anywhere.

Originally Posted by: Dr-Hack 

Dnn goes with site/page/subpage.aspx <<< thats how it should go whats the case with u ?

Originally Posted by: cagliostro 

Dnn goes like this for example:

http://www.costaszividis.gr/Home/tabid/40/EntryId/20/Preventing-Seagate-Expansion-2-5-external-drive-from-going-to-auto-sleep.aspx 

the "Home/tabid/40/EntryId/20" is a bit long. And this is an example, even more extreme exist.

Originally Posted by: Dr-Hack 

Of course the rewriter of dnn works as Dr-Hack wrote but not all urls will be rewriter for example urls that are generated from different modules. Each module needs some special rewrite treatment. you can us the UrlRewriter.config to manually config and rewrite all urls.

You should also take a look at Ifinitiy there have a very slick solution which take care of most of the urls (there is also a free version)

[modalurl]http://www.ifinity.com.au/Products/Url_Master_DNN_SEO_Urls[/modalurl]

Regarding to YAF Friendly url rewrite i am working on a much friendlier solution something like...

instead of

myforum.com/yaf_profile12224.aspx

something like

myforum.com/members/12224_username.aspx or just

myforum.com/members/username.aspx