Active TopicsActive Topics  Display List of Forum MembersMemberlist  HelpHelp   RegisterRegister  LoginLogin
ISAPI_Rewrite 2.x support forum
 Helicon Tech : ISAPI_Rewrite 2.x support forum
Subject Topic: dotnetnuke rewriting directories Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
TestShootCom
Newbie
Newbie


Joined: 02 November 2003
Location: United States
Online Status: Offline
Posts: 27
Posted: 04 August 2005 at 7:16pm | IP Logged Quote TestShootCom

Hey guys, I have an issue with dotnetnuke (DNN) generating this: http://www.site.com/SiteMap/tabid/55/Default.aspx

 

when i want it to look like this: http://dnn.testshoot.com/SiteMap/



__________________
[::tSc::]
Test Shoot .com
[::tSc::]
Back to Top View TestShootCom's Profile Search for other posts by TestShootCom Visit TestShootCom's Homepage
 
Lexey
Moderator Group
Moderator Group


Joined: 15 August 2002
Location: Russian Federation
Online Status: Offline
Posts: 7151
Posted: 05 August 2005 at 2:51pm | IP Logged Quote Lexey

Sorry, I do not see how your question is related to the ISAPI_Rewrite. Please describe it in details.

__________________
With best wishes,
Alex Ostapenko,
Helicon Tech.
Back to Top View Lexey's Profile Search for other posts by Lexey
 
TestShootCom
Newbie
Newbie


Joined: 02 November 2003
Location: United States
Online Status: Offline
Posts: 27
Posted: 05 August 2005 at 2:58pm | IP Logged Quote TestShootCom

Well I want to strip the directories that are numbers or say 'tabid'  I wanted to see what isapirewrite could help suggest to fix this.

you can look at my running portal http://dnn.testshoot.com/ and click some links and look at the 'unfriendly' urls it generates. My only concern is that i do have a series of chapters as seen in: http://dnn.testshoot.com/book/chapter1/tabid/59/Default.aspx

 

I want to strip tabid/59/Default.aspx   and that number will always be different



__________________
[::tSc::]
Test Shoot .com
[::tSc::]
Back to Top View TestShootCom's Profile Search for other posts by TestShootCom Visit TestShootCom's Homepage
 
Lexey
Moderator Group
Moderator Group


Joined: 15 August 2002
Location: Russian Federation
Online Status: Offline
Posts: 7151
Posted: 12 August 2005 at 8:09am | IP Logged Quote Lexey

>I want to strip tabid/59/Default.aspx   and that number will always be different
 
Well, how are you going to recover tabid from shortened URL?


__________________
With best wishes,
Alex Ostapenko,
Helicon Tech.
Back to Top View Lexey's Profile Search for other posts by Lexey
 
MikeSchinkel
Groupie
Groupie


Joined: 03 October 2005
Location: United States
Online Status: Offline
Posts: 67
Posted: 03 October 2005 at 5:29pm | IP Logged Quote MikeSchinkel

At the moment, I am using the following httpd.ini file for my website at http://www.howtoselectguides.com with plans to edit it as content changes:

[ISAPI_Rewrite]
RewriteRule /dotnet/pdf/ /tabid/52/Default.aspx  [I,O,CL]
RewriteRule /dotnet/pdf/tables/ /tabid/60/Default.aspx  [I,O,CL]

RewriteRule /dotnet/obfuscators/ /tabid/61/Default.aspx  [I,O,CL]
RewriteRule /dotnet/obfuscators/tables/ /tabid/65/Default.aspx  [I,O,CL]

RewriteRule /dotnet/visualstudio2005/ /tabid/68/Default.aspx  [I,O,CL]
RewriteRule /dotnet/charting/ /tabid/70/Default.aspx  [I,O,CL]
RewriteRule /dotnet/internetemail/ /tabid/71/Default.aspx  [I,O,CL]
RewriteRule /dotnet/uisuites/ /tabid/81/Default.aspx  [I,O,CL]
RewriteRule /dotnet/deployment/ /tabid/84/Default.aspx  [I,O,CL]
RewriteRule /dotnet/ormapping/ /tabid/86/Default.aspx  [I,O,CL]
RewriteRule /dotnet/datareporting/ /tabid/75/Default.aspx  [I,O,CL]
RewriteRule /dotnet/build/ /tabid/76/Default.aspx  [I,O,CL]
RewriteRule /dotnet/documentation/ /tabid/82/Default.aspx  [I,O,CL]
RewriteRule /dotnet/rasterimaging/ /tabid/83/Default.aspx  [I,O,CL]
RewriteRule /dotnet/winformdatagrid/ /tabid/85/Default.aspx  [I,O,CL]

RewriteRule /register/ /tabid/54/ctl/Register/Default.aspx  [I,O,CL]
RewriteRule /subscribe/ /tabid/54/ctl/Register/Default.aspx  [I,O,CL]

RewriteRule /dotnet/ /tabid/53/Default.aspx  [I,O,CL]
RewriteRule /guides/ /tabid/53/Default.aspx  [I,O,CL]
RewriteRule /about/ /tabid/54/Default.aspx  [I,O,CL]
RewriteRule /contactus/ /tabid/64/Default.aspx  [I,O,CL]
RewriteRule /accolades/ /tabid/87/Default.aspx [I,O,CL]
RewriteRule /schedule/ /tabid/69/Default.aspx [I,O,CL]
RewriteRule /calendar/ /tabid/69/Default.aspx [I,O,CL]
RewriteRule /advertise/ /tabid/63/Default.aspx [I,O,CL]
RewriteRule /mediakit/ /tabid/63/Default.aspx [I,O,CL]

Problem is, I'd like to be able to transform the HTML before it's sent to the browser so that DotNetNuke won't generate the ugly URLs for its menus.  Can ISAPI Rewrite allow me to change the output HTML?  Actually, I'll ask this on a new thread.



__________________
-Mike Schinkel
www.mikeschinkel.com/blogs/
www.welldesignedurls.org
Back to Top View MikeSchinkel's Profile Search for other posts by MikeSchinkel Visit MikeSchinkel's Homepage
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum