How to Display a Customized URL
Last Post 01/19/2012 10:09 AM by Joseph Craig. 3 Replies.
Author Messages
Ramesh Narasimhan
Nuke Active Member
Nuke Active Member
Posts:39


--
12/29/2011 8:44 AM
    I display a customized URL.(exanple) Instead of "http://localhost:49572/dotnetnuke_c...pTeam.aspx" i want to display "http://www.techendeavour.com/Management_Team"...Can i pls knw of to achieve this.
    Joseph Craig
    DNN MVP
    Posts:11667


    --
    12/29/2011 9:29 AM
    You can use URLMaster from Ifinity.com.au to do this. Note that the replacement of the host name of the URL will happen when the site is hosted in its intended destination.

    -------
    Also check Jonathan Sheely's blog at twentytech.net on a way to remove the .aspx from the URL.

    Joe Craig, Patapsco Research Group
    Complete DNN Support
    Ramesh Narasimhan
    Nuke Active Member
    Nuke Active Member
    Posts:39


    --
    01/19/2012 8:09 AM
    Ifinity.com.au is a pay and use product.Can u pls provide something which is free. I just want to display a Friendly URL like www.techendevour.com/page1 instead of htttp://localhost:7898/dotnetnuke/ etc.
    Joseph Craig
    DNN MVP
    Posts:11667


    --
    01/19/2012 10:09 AM
    If you just want to removed the .aspx, you can take a look at http://twentytech.net/

    The built-in URL rewriting facklity in DotNetNuke might help you with part of the other issue.

    But, if the site is //localhost... and you want the URL to be www.techendeavour.com... you are going to have to do some work in your local hosts file and with IIS. And that's not going to be available on the internet. To do that, you'll need to do some DNS configuration, too.

    Joe Craig, Patapsco Research Group
    Complete DNN Support


    ---