Redirect ID based URLs

Redirects ID based URL to full ProcessWire default URL

Processwire module for redirecting ID based URL to full SEO friendly URL

Module that alllows you to link to pages with their page ID in the URL. The ID can be in any location in the URL.

It also has an option to automatically rewrite links to defined custom format, so long as you include $page->id in the format.

Will work for all user viewable pages by default, but can be limited to specific templates and pages/parents in the module config settings.

A new ShortLinks tab is generated on the edit page providing example links that can be copied.

For example you could do any of the following, where 1058 is the ID of the page you want to load:

http://www.mysite.com/1058

http://www.mysite.com/1058/this-is-the-fancy-title

http://www.mysite.com/category1/category2/1058/any-text/

http://www.mysite.com/article/this-is-the-fancy-title-1058/

Any of those will redirect to the proper URL, eg: http://www.mysite.com/this-is-the-fancy-title/

There is a config option to simply load the content to the ID based URL, rather than redirecting to the original PW url if you prefer.

Forum:


http://processwire.com/talk/topic/4611-redirect-id-based-urls/

License


This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

(See included LICENSE file for full license text.)

More modules by Adrian Jones

  • Tracy Debugger

    The ultimate debugging and development tool for ProcessWire (https://adrianbj.github.io/TracyDebugger)
  • Batch Child Editor

    Quick batch creation (titles only or CSV import for other fields), editing, sorting, deletion, and CSV export of all children under a given page.
  • Custom Upload Names

    Automatically rename file (including image) uploads according to a configurable format
  • Admin Actions

    Control panel for running various admin actions
  • Admin Restrict Branch

    Restrict site editors to a single branch of the tree.
  • Page Field Select Creator

    Automated creation of Page fields, along with the templates and page tree for their source.
  • Page Rename Options

    Determine how pages are renamed when the title is changed
  • Protected / Maintenance Mode

    Allows you to put your site into protected mode so that users must be logged in to access the front-end of the site.
  • Page Protector

    Allows site editors to protect pages from guest access.

All modules by Adrian Jones

Install and use modules at your own risk. Always have a site and database backup before installing new modules.