File: D:/HostingSpaces/PvdBoogaard/indoorski.nl/backup/oude-site/cms/language/static_urls.ini
; IWP Predefined URLS
; How to edit:
; -> Only change the value on the right right (DO NOT change the left side)
; -> Each URL *must* start with a slash, but NOT end with one
; -> When a URL has a {placeholder}, it *must* be kept in the URL, removing it could break the action it is supposed to perform
; -> A url can have an alias that redirects to the main url. An alias simply appends '_alias' onto the end of the URL name
; e.g. example_alias = "/example/" becomes an alias for example = "/example"
error404 = "/error404.html"
viewallcategories = "/categories/"
viewallcategories_alias = "/categories"
viewauthor = "/users/{name}-{idnumber}.html" ; requires the use of {idnumber}
captchaimg = "/security/image.png"
viewrss = "/rss/{name}-{idnumber}.xml"
viewcategoryrss = "/rss/category/{name}-{idnumber}.xml"
rsspage = "/rssfeeds.html"
searchtips = "/searchtips.html"
search = "/search{slash}{searchterm}"
search_alias = "/search"
archive = "/archive{optionalslash}{archive_year}{optionalslash}{archive_month}{optionalslash}{archive_day}{optionalslash}"