Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...FriendlyURL is not workingFriendlyURL is not working
Previous
 
Next
New Post
7/27/2006 9:56 AM
 

Dear all,
 I installed DNN 4.3.3 successfully without any errors, and when I tried to browse the home page, I got the error "The page cannot be found" I know that error caused by the friendlyURL option, so I sent FriendlyURL parameter in the DB to N and  everything worked normally, but of cause the URL is not friendly any more :), I checked all the configuration of the UrlRewrite module and everything seems to be right at my web.config file - Actually I used the same default web.config file came with the DNN 4.3.3 pack. My environment is as follow:
1. Windows 2003 OS
2. ASP.NET 2.0
 I need this feature to work, so I'll be appreciated if any one can help me.

Best regards

 
New Post
10/7/2006 7:19 AM
 

I figured out the error is with the SiteUrls.config file. But still I can't write the correct expression to make the friendly URL work normally.

My DNN can be found at http://dotnetnuke.esolutions.com.jo

The siteUrls.config content is as follow:

<?xml version="1.0" encoding="utf-8" ?>
<RewriterConfig>
 <Rules>
  <RewriterRule>
   <LookFor>.*DesktopDefault.aspx(.*)</LookFor>
   <SendTo>~/Default.aspx$1</SendTo>
  </RewriterRule>
  <RewriterRule>
   <LookFor>.*EditModule.aspx(.*)</LookFor>
   <SendTo>~/Default.aspx$1</SendTo>
  </RewriterRule>
  <RewriterRule>
   <LookFor>.*/TabId/(\d+)(.*)/Logoff.aspx</LookFor>
   <SendTo>~/Admin/Security/Logoff.aspx?tabid=$1</SendTo>
  </RewriterRule>
  <RewriterRule>
   <LookFor>.*/TabId/(\d+)(.*)/rss.aspx</LookFor>
   <SendTo>~/rss.aspx?TabId=$1</SendTo>
  </RewriterRule>
  <RewriterRule>
   <LookFor>[^?]*/TabId/(\d+)(.*)</LookFor>
   <SendTo>~/Default.aspx?TabId=$1</SendTo>
  </RewriterRule>
 </Rules>
</RewriterConfig>

I can't find a help for the regular expression that structure the URL query. Can any one figure where the error is, or where I can find help?

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...FriendlyURL is not workingFriendlyURL is not working


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out