Skip to content

jsheely/DotNetNuke-VanityUrls

 
 

Repository files navigation

DotNetNuke-VanityUrls

Enables custom urls to be created for pages and pages with querystring values.

How it works

Vanity urls integrates with iFinity Url Master or the standard DNN Url Provider in order to allow for a custom url to be handled and then forwarded to a specific destination. This destination can include querystring variables and hash tags.

Examples

Essentially VanityUrls is simply a UrlRewriter with a few more perks and doesn't force you to modify your web.config (which would restart your application).

Installation

  • Install like any other module.
  • Put module on a page. Preferrably under Admin or Host sections.
  • Go to module settings and enable one of the available providers. Note you only need to enable one.
  • Start creating urls!

Note: Vanity Urls administration only works for Administrators or Super User accounts. This limitation will be resolved in a future version.

Features

  • You can add querystring values during the redirection
  • Google campaign tracking information for tracking how the urls are used.
  • Start & end dates for each url redirection. If outside the bounds of those dates you will receive a standard DNN 404.
  • Basic analytics on tracking when a url was last used.

Special Thanks

Thank you to the American Water Works Association for sponsoring this project.

Requirements

DotNetNuke Version 6.1.4

Fun Facts

  • Uses KnockoutJS for the client side administration.
  • Integrates with the iFinity Url provider module.

Screenshots

ScreenShot ScreenShot ScreenShot ScreenShot

About

Enables custom urls to be created for pages and pages with querystring values.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.8%
  • C# 30.7%
  • Classic ASP 5.6%
  • CSS 1.9%