An official website of the United States government
Here's how you know
Official websites use .mil
A
.mil
website belongs to an official U.S. Department of Defense organization in the United States.
Secure .mil websites use HTTPS
A
lock (
lock
)
or
https://
means you’ve safely connected to the .mil website. Share sensitive information only on official, secure websites.
Skip to main content (Press Enter).
About
History
Leadership
Mission and Vision
Contact Us
Legal Services
Voluntary Education
Uniform Shift Guidance
Reporting Personnel
Navy Band Southeast
Privacy Policy
Operations and Management
Program Links
Funeral Honors
Emergency Management
Hurricanes and Destructive Weather
Preparing for Disasters
Fire & Emergency Services
Detailed Supplies Kit
Environmental Support
Water Quality Information
Air Installation Compatible Use Zone (AICUZ)
Human Resources
Religious Resources
Personnel Support Detachment
Equal Opportunity Employment
Fuels (N38)
News
Resources
Family Readiness
Fleet Readiness
Navy Housing
Navy MWR
Navy CYP
Things to Do
Fleet Week Miami
Installations
NSF Beaufort
NSA Charleston
NAS Corpus Christi
NAS Corpus Christi Home
NAS JRB Fort Worth
NS Guantanamo Bay
About
History
Leadership
Mission and Vision
Tenant Commands
JTF - GTMO
USNRTC
MCSFCO
OMC
Installation Guide
Operations and Management
Administration Office
Port Operations
Air Operations
Food Services
Fire and Emergency Services
Environmental Support
Drinking Water Quality Reports
Hurricane Preparedness
U.S. Navy AtHoc
N38 (Fuels)
Resources
Legal Services
Family Readiness
Fleet Readiness
Navy Housing
MWR Guantanamo Bay
Base Instructions
Contact Us
News
Installation Site Map
NCBC Gulfport
NAS Jacksonville
NAS Key West
SUBASE Kings Bay
Job Openings
NAS Kingsville
NS Mayport
NAS Meridian
NSA Mid- South
NAS JRB New Orleans
Fuels (N38)
NSA Orlando
NSA Panama City
NAS Pensacola
NAS Whiting Field
Map
Site Management
X3 Tool
Start of main content
X3.DnnUrlManagement.Host
Basic
Regular Expressions
Redirect Unfriendly:
Check this box if you want old 'non-friendly' URLs to be redirected to the new URLs.
Enable Character Replacement:
Check this box to enable character replacement. This automatically replaces all spaces in page names.
Replacement Character:
Select the replacement character to use.
'-' : e.g. 'About-Us'
'_' : e.g. 'About_Us'
Replace These Characters:
When the characters in this list appear in a page name, will be replaced with the value specified as the ‘replacement’ character (- or _). To replace any other character, append it to the end of the list. To stop any character from being replaced, remove it from the list.
[NOTE: The list shown in the ‘replace characters with supplied characters’ is actually the default for this one]
Find/Replace These Characters:
To replace a character in a URL with another character, use a comma delimited pair of characters where the first value in the pair is the ‘find’, and the second is the ‘replace’. f,r will find any ‘f’ in a URL and replace it with ‘r’. This can be used for replacing æ with ‘ae’ and similar. This only applies to Page and User Profile URLs and any URLs controlled through URL providers. You can only replace single characters - the 'find' character can only be a single value, while the 'replace' can be a string of one or more characters.
Hide Page Extensions:
Check to hide the page extensions. This can be useful for SEO and also for masking the underlying technology to make it more difficult for hackers.
Page Extension:
Specify the extension to use on the end of every page URL. The default value is .aspx. Note: using a custom page extension also requires configuring IIS to handle the custom extension. If you don't know what this means, leave it alone.
Handle Deleted, Expired, Disabled Pages By:
Select the behavior that should occur when a user browses to a deleted, expired or disabled page.
301 Redirect to Site Home Page
Show 404 Error
Convert DNN URLs To Lower Case:
When checked, any URL generated by dNN will be converted to all lowercase. ie. Menus, breadcrumbs, module controls, etc.
Redirect URLs to lower case:
When checked, any URL that is not in lower case will be redirected to the lower case version of that URL.
URL Space Encoding Value:
This character is used to replace any spaces in a generalized URL path where parameters with spaces have been supplied.
Hex Encoding (%20)
EnglishName (+)
Convert Accented Characters:
When checked, any accented (diacritic) characters such as å and è will be converted to their plain-ascii equivalent. Example : å -> a and è -> e.
Enable Custom URL Providers:
When checked, the Custom URL Provider functionality of this site is enabled. When unchecked, no custom URL providers will be loaded.
Log Duplicate URL Warnings:
When checked, any duplicate URLs found in this site will be reported in the event log. The system will choose which of the duplicate URLs to show.
Ignore URL Regular Expressions:
The Ignore URL Regex pattern is used to stop processing of URLs by the URL Rewriting module. This should be used when the URL in question doesn’t need to be rewritten, redirected or otherwise processed through the URL Rewriter. Examples include images, css files, pdf files, service requests and requests for resources not associated with DotNetNuke.
Do Not Rewrite:
The Do Not Rewrite URL regular expression stops URL Rewriting from occurring on any URL that matches. Use this value when a URL is being interpreted as a DotNetNuke page, but should not be.
Site URLs Only:
The Site URLs Only regular expression pattern changes the processing order for matching URLs. When matched, the URLs are evaluated against any of the regular expressions in the siteURLs.config file, without first being checked against the list of friendly URLs for the site. Use this pattern to force processing through the siteURLs.config file for an explicit URL Rewrite or Redirect located within that file.
Do Not Redirect:
The Do Not Redirect URL regular expression pattern prevents matching URLs from being redirected in all cases. Use this pattern when a URL is being redirected incorrectly.
Do Not Redirect Https:
The Do Not Redirect https URL regular expression is used to stop unwanted redirects between http and https URLs. It prevents the redirect for any matching URLs, and works both for http->https and https->http redirects.
Prevent Lowercase:
The Prevent Lowercase URL regular expression stops the automatic conversion to lower case for any matching URLs. Use this pattern to prevent the lowercase conversion of any URLs which need to remain in mixed/upper case. This is frequently used to stop the conversion of URLs where the contents of the URL contain an encoded character or case-sensitive value.
Do Not Use Friendly:
The Do Not Use Friendly URLs regular expression pattern is used to force certain DotNetNuke pages into using a longer URL for the page. This is normally used to generate behaviour for backwards compatibility.
Keep In Querystring:
The Keep in Querystring regular expression allows the matching of part of the friendly URL Path and ensuring that it stays in the querystring. When a DotNetNuke URL of /pagename/key/value is generated, a ‘Keep in Querystring Regular Expression’ pattern of /key/value will match that part of the path and leave it as part of the querystring for the generated URL; e.g. /pagename?key=value.
URLs With No Extension:
The URLs with no Extension regular expression pattern is used to validate URLs that do not refer to a resource on the server, are not DotNetNuke pages, but can be requested with no URL extension. URLs matching this regular expression will not be treated as a 404 when a matching DotNetNuke page can not be found for the URL.
Valid Friendly URL:
This pattern is used to determine whether the characters that make up a page name or URL segment are valid for forming a friendly URL path. Characters that match the pattern will be removed from page names
Update
X3.DnnUrlManagement.Portal
Basic
Regular Expressions
Custom Page URLs
404 Error Page:
The 404 Error Page for your site. Users will be redirected to this page if the URL they are navigating to results in a 'Page Not Found' error.
404 Error Page
500 Error Page:
The 500 Error Page for your site. Users will be redirected to this page if the URL they are navigating to results in an unexpected error.
<None Specified>
Redirect Unfriendly:
Check this box if you want old 'non-friendly' URLs to be redirected to the new URLs.
Enable Character Replacement:
Check this box to enable character replacement. This automatically replaces all spaces in page names.
Replacement Character:
Select the replacement character to use.
'-' : e.g. 'About-Us'
'_' : e.g. 'About_Us'
Replace These Characters:
When the characters in this list appear in a page name, will be replaced with the value specified as the ‘replacement’ character (- or _). To replace any other character, append it to the end of the list. To stop any character from being replaced, remove it from the list.
[NOTE: The list shown in the ‘replace characters with supplied characters’ is actually the default for this one]
Find/Replace These Characters:
To replace a character in a URL with another character, use a comma delimited pair of characters where the first value in the pair is the ‘find’, and the second is the ‘replace’. f,r will find any ‘f’ in a URL and replace it with ‘r’. This can be used for replacing æ with ‘ae’ and similar. This only applies to Page and User Profile URLs and any URLs controlled through URL providers. You can only replace single characters - the 'find' character can only be a single value, while the 'replace' can be a string of one or more characters.
Hide Page Extensions:
Check to hide the page extensions. This can be useful for SEO and also for masking the underlying technology to make it more difficult for hackers.
Page Extension:
Specify the extension to use on the end of every page URL. The default value is .aspx. Note: using a custom page extension also requires configuring IIS to handle the custom extension. If you don't know what this means, leave it alone.
Handle Deleted, Expired, Disabled Pages By:
Select the behavior that should occur when a user browses to a deleted, expired or disabled page.
301 Redirect to Site Home Page
Show 404 Error
Convert DNN URLs To Lower Case:
When checked, any URL generated by dNN will be converted to all lowercase. ie. Menus, breadcrumbs, module controls, etc.
Redirect URLs to lower case:
When checked, any URL that is not in lower case will be redirected to the lower case version of that URL.
URL Space Encoding Value:
This character is used to replace any spaces in a generalized URL path where parameters with spaces have been supplied.
Hex Encoding (%20)
EnglishName (+)
Convert Accented Characters:
When checked, any accented (diacritic) characters such as å and è will be converted to their plain-ascii equivalent. Example : å -> a and è -> e.
Enable Custom URL Providers:
When checked, the Custom URL Provider functionality of this site is enabled. When unchecked, no custom URL providers will be loaded.
Log Duplicate URL Warnings:
When checked, any duplicate URLs found in this site will be reported in the event log. The system will choose which of the duplicate URLs to show.
Ignore URL Regular Expressions:
The Ignore URL Regex pattern is used to stop processing of URLs by the URL Rewriting module. This should be used when the URL in question doesn’t need to be rewritten, redirected or otherwise processed through the URL Rewriter. Examples include images, css files, pdf files, service requests and requests for resources not associated with DotNetNuke.
Do Not Rewrite:
The Do Not Rewrite URL regular expression stops URL Rewriting from occurring on any URL that matches. Use this value when a URL is being interpreted as a DotNetNuke page, but should not be.
Site URLs Only:
The Site URLs Only regular expression pattern changes the processing order for matching URLs. When matched, the URLs are evaluated against any of the regular expressions in the siteURLs.config file, without first being checked against the list of friendly URLs for the site. Use this pattern to force processing through the siteURLs.config file for an explicit URL Rewrite or Redirect located within that file.
Do Not Redirect:
The Do Not Redirect URL regular expression pattern prevents matching URLs from being redirected in all cases. Use this pattern when a URL is being redirected incorrectly.
Do Not Redirect Https:
The Do Not Redirect https URL regular expression is used to stop unwanted redirects between http and https URLs. It prevents the redirect for any matching URLs, and works both for http->https and https->http redirects.
Prevent Lowercase:
The Prevent Lowercase URL regular expression stops the automatic conversion to lower case for any matching URLs. Use this pattern to prevent the lowercase conversion of any URLs which need to remain in mixed/upper case. This is frequently used to stop the conversion of URLs where the contents of the URL contain an encoded character or case-sensitive value.
Do Not Use Friendly:
The Do Not Use Friendly URLs regular expression pattern is used to force certain DotNetNuke pages into using a longer URL for the page. This is normally used to generate behaviour for backwards compatibility.
Keep In Querystring:
The Keep in Querystring regular expression allows the matching of part of the friendly URL Path and ensuring that it stays in the querystring. When a DotNetNuke URL of /pagename/key/value is generated, a ‘Keep in Querystring Regular Expression’ pattern of /key/value will match that part of the path and leave it as part of the querystring for the generated URL; e.g. /pagename?key=value.
URLs With No Extension:
The URLs with no Extension regular expression pattern is used to validate URLs that do not refer to a resource on the server, are not DotNetNuke pages, but can be requested with no URL extension. URLs matching this regular expression will not be treated as a 404 when a matching DotNetNuke page can not be found for the URL.
Valid Friendly URL:
This pattern is used to determine whether the characters that make up a page name or URL segment are valid for forming a friendly URL path. Characters that match the pattern will be removed from page names
Selected Page:
Select a page from the list to edit the page URLs.
Select A Web Page
Custom Urls:
URLs that have been created for the selected page.
System Generated URL:
The default URL generated by DNN using all applied settings.
Update