Register   Login
     
  Latest Posts  
Reproducible Bug
by jcochran on 11/19/2008 3:21 PM
RE: Is the Archive module an archive or an index?
by Betacam on 11/19/2008 2:51 PM
RE: Ratings button appears to anonymous users
by WillJean on 11/19/2008 2:46 PM
RE: Is the Archive module an archive or an index?
by Betacam on 11/19/2008 2:42 PM
RE: Archive Issue
by ech01 on 11/19/2008 2:40 PM
RE: ENH: Stylesheet Option
by usheen on 11/19/2008 2:03 PM
How to Filter News Articles Feed and Connect it to a Campaign Under Custom Newsletter Module
by greenflash on 11/19/2008 2:02 PM
RE: Does the contact form not get a logged in users details?
by Betacam on 11/19/2008 1:57 PM
RE: token that lets me link to a download file
by Betacam on 11/19/2008 1:56 PM
RE: Featured articles: what's mean exactly?
by gicannalire on 11/19/2008 1:45 PM
  Forums  
Subject: Host pages not working with Friendly URL
Prev Next
You are not authorized to post a reply.

Page 1 of 212 > >>
Author Messages
eonUser is Offline
Registered Users
Nuke Super Newbie
Nuke Super Newbie
Posts:13

3/28/2007 9:01 AM  
I today installed the Friendly IRL rewriter. It has been working fine until I logged on as host and tried to open the Host Settings (Friendly URL ends with /Host/Host%20Settings.aspx) and File Manager (Friendly URL ends with /Host/File%20Manager.aspx). For these pages I am getting the following error:

The resource cannot be found.

Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable.  Please review the following URL and make sure that it is spelled correctly.

Is this normal? Or is there something I forgot to configure? I am running DNN v4.4.1

Thanks

eoghano
Tom KraakUser is Offline
Gold Membership
Nuke Wiz
Nuke Wiz
Posts:110


3/28/2007 9:29 AM  
Hmm, are you sure you downloaded the correct version?

Tom Kraak
Seablick Consulting LLC
DNN SEO Quickstart Guide
eonUser is Offline
Registered Users
Nuke Super Newbie
Nuke Super Newbie
Posts:13

3/28/2007 10:08 AM  
I think I downloaded the right version. I downloaded the latest version I could find at the bottom of the Friendly URL project page (which is UrlRewrite Provider for 4.3.4).  Is there a seperate one for version 4.4.1? If so where do I download it?
Thanks
eoghano
judasUser is Offline
Registered Users
Nuke Newbie
Nuke Newbie
Posts:1

5/13/2007 9:39 AM  
I've just run into this problem with DNN 4.5.1 - many of the host pages become inaccessible until the web.config setting is changed back to "SearchFriendly".

Any idea how to get around this issue?

Thanks,

Pete
pbryanUser is Offline
Registered Users
Nuke Super Newbie
Nuke Super Newbie
Posts:12

6/06/2007 8:55 PM  
I have exactly the same problem....anyone have a work around?
pbryanUser is Offline
Registered Users
Nuke Super Newbie
Nuke Super Newbie
Posts:12

6/07/2007 12:16 AM  

I ended up changing the FriendlyUrl function (line 130 in FriendlyUrlProvider.vb) to exclude it because I noticed that someone had already excluded 2 other pages

If

(tab.TabName = "Module Definitions" Or tab.TabName = "Search Results") OrElse InStr(tab.TabPath, "//Host//") > 0 Then

 

eonUser is Offline
Registered Users
Nuke Super Newbie
Nuke Super Newbie
Posts:13

6/07/2007 12:40 PM  
Where in my DNN 4.5.1 install can I find the FriendlyUrlProvider.vb file?
pbryanUser is Offline
Registered Users
Nuke Super Newbie
Nuke Super Newbie
Posts:12

6/07/2007 6:48 PM  
You have to download the source to the friendlyurl module and modify FriendlyUrlProvider.vb + compile it
RabidmaxUser is Offline
Registered Users
Nuke Active Member
Nuke Active Member
Posts:34

6/12/2007 4:12 PM  
Just as a note, I had problems with this DLL and Host Settings, it kept complaining about no 'SaveConfig' method, or some such.

The problem I found was because the the DLL was the wrong version. For some reason it was about 20kb, which someone pointed out on this forum as being a problem, but noone seems to know where it's coming from.

The correct version is 3.2.2.18287, and is about 40kb. Might want to check if the version you are using is correct also.

Hop it helps,
Max
rupurtUser is Offline
Registered Users
Nuke Super Newbie
Nuke Super Newbie
Posts:12

6/22/2007 11:17 PM  
Thanks pbryan!! works great :P
eonUser is Offline
Registered Users
Nuke Super Newbie
Nuke Super Newbie
Posts:13

6/23/2007 1:59 AM  
Posted By pbryan on 6/07/2007 6:48 PM
You have to download the source to the friendlyurl module and modify FriendlyUrlProvider.vb + compile it

I have to admit I am not a code momnkey and do not know how to compile it. Could someone (Scott or pbryan?) make this updated version available for download or agree to send it on by emai?
Thanks
Eoghano
rupurtUser is Offline
Registered Users
Nuke Super Newbie
Nuke Super Newbie
Posts:12

6/28/2007 5:38 PM  
i can send u one dude. pm me your email because it doesn't look like u can send attachments from the email sender here
jay ranUser is Offline
Registered Users
Nuke Active Member
Nuke Active Member
Posts:34

7/07/2007 2:52 PM  
Posted By rupurt on 6/28/2007 5:38 PM
i can send u one dude. pm me your email because it doesn't look like u can send attachments from the email sender here



i recently upgraded from 4.3.1 to 4.5.3 and am seeing the same problems (admin pages don't show).  is there a 'standard' way to make this work again?  i've resorted to turning friendly urls off as a short/medium term solution...

 

Déclic VidéoUser is Offline
Gold Membership
Nuke Master
Nuke Master
Posts:768


7/08/2007 4:01 AM  
There is something I do not understand, I am not a programmer, I have never modified anything, just installed 4.5.1 and FriendlyURL found here (in download section) and everything is working fine. Why do people have trouble ????

DV

Non linear video editing software, tips and tricks, tutorials... Déclic Vidéo FX
jay ranUser is Offline
Registered Users
Nuke Active Member
Nuke Active Member
Posts:34

7/08/2007 3:11 PM  
Posted By Declic Video on 7/08/2007 4:01 AM
There is something I do not understand, I am not a programmer, I have never modified anything, just installed 4.5.1 and FriendlyURL found here (in download section) and everything is working fine. Why do people have trouble ????

DV



that's great- i'm glad your experience has gone smoothly.  to answer your question: i don't know why people have trouble.  in theory, software should work the same for everyone, but in practice it does not.

i'm not *trying* to modify anything.  i'd prefer to do the same, but in my case 'upgrade and have everything working fine'.  that's not what i'm seeing right now though :(

Déclic VidéoUser is Offline
Gold Membership
Nuke Master
Nuke Master
Posts:768


7/10/2007 1:22 AM  
hotnow, maybe I can send you the DLL which is working for me ???
But you are right, my remark was just stupid.

DV FX

Non linear video editing software, tips and tricks, tutorials... Déclic Vidéo FX
jay ranUser is Offline
Registered Users
Nuke Active Member
Nuke Active Member
Posts:34

7/10/2007 7:58 PM  

i wasn't saying your remark was stupid :P

i'm truly glad it's working for you and many others- i wish i was on that side of the fence rather than the 'not working for me' side.  part of the frustrating thing about dnn (to me) is what seems like inconsistencies in experience from one person to the next.  this can be due to different hosting setups, different hardware, different versions, different things each person tries to do, etc.... 

i'll send you my email via private message and would be grateful if you sent me the working dll. 

Déclic VidéoUser is Offline
Gold Membership
Nuke Master
Nuke Master
Posts:768


7/11/2007 12:23 AM  
Done. I sent you the DLL and the full package I am using (in case it is not the same than the one here - sometimes, there are download problems which corrupt the file). I agree with you, I also had problems in the past with DNN, due to my hosting provider, and I thought it was DNN linked...

DV

Non linear video editing software, tips and tricks, tutorials... Déclic Vidéo FX
jay ranUser is Offline
Registered Users
Nuke Active Member
Nuke Active Member
Posts:34

7/14/2007 10:21 PM  
Posted By Declic Video on 7/11/2007 12:23 AM
Done. I sent you the DLL and the full package I am using (in case it is not the same than the one here - sometimes, there are download problems which corrupt the file). I agree with you, I also had problems in the past with DNN, due to my hosting provider, and I thought it was DNN linked...

DV



thanks for sending that over, but after a strange sequence of events (i've been debugging other issues since the upgrade) the .dll you sent over did not work, but the one i originally downloaded from ventrian did, and it appears (crossing my fingers) that friendly urls is working across the board for me now.  :)

thanks for your responses!

Déclic VidéoUser is Offline
Gold Membership
Nuke Master
Nuke Master
Posts:768


7/14/2007 11:37 PM  

WOW !! I do not understand anything. But the most important is that it is working right now.


DV


Non linear video editing software, tips and tricks, tutorials... Déclic Vidéo FX
You are not authorized to post a reply.
Page 1 of 212 > >>

Forums > Projects > Friendly Urls > Host pages not working with Friendly URL



ActiveForums 3.7