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 ...Known bug? localhost with a port number ignored?Known bug? localhost with a port number ignored?
Previous
 
Next
New Post
6/29/2010 4:07 PM
 
When I installed dotnetnuke I made it clear that it would be running at http://localhost:8008 on my server, because I already
have a number of websites running on that server.  However, although the install appears to have worked, it constantly removes the :8008 from the url - so for example, even though I start at http://localhost:8008/Default.aspx when I try to login it tries to go to http://localhost/login.aspx and so I type in http://localhost:8008/login.aspx but then it redirects to http://localhost/home.aspx so again I have to rewrite it as http://localhost:8008/home.aspx
and I have to type it in myself to get dotnetnuke to work - this is of course completely unworkable - so I assume this will be fixed
pretty soon, I assume it is a known issue - but just in case it isnt how do I find out?
 
New Post
6/29/2010 4:22 PM
 
AFAIK there are kown issues in DNN 5 with port numbers.

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
6/29/2010 11:55 PM
 
This is a known isse with respect to non-standard port #'s and friendlyurl's in DNN.
In web.config you can configure an installation to use non-standard (non-port 80) ports by doing the following changes:

In web.config search for humanfriendly and change it to searchfriendly;
<friendlyUrl defaultProvider="DNNFriendlyUrl">
      <providers>
        <clear />
        <add name="DNNFriendlyUrl" type="DotNetNuke.Services.Url.FriendlyUrl.DNNFriendlyUrlProvider, DotNetNuke.HttpModules" includePageName="true" regexMatch="[^a-zA-Z0-9 _-]" urlFormat="searchfriendly" />
      </providers>


Enable port number:

<!-- set UsePortNumber to true to preserve the port number if you're using a port number other than 80 (the standard) -->
    <add key="UsePortNumber" value="true" />

Ken Grierson
DotNetNuke Corporation
Test Lead
 
New Post
6/30/2010 8:17 AM
 
Also make sure to add the port as an alias for that portal in DNN.
 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Known bug? localhost with a port number ignored?Known bug? localhost with a port number ignored?


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