As there doesn't seem to be any doc pages on this i'll add notes here about where the code is at the moment, much of this could do with some refactoring and improvements, but this is how things stand as of Tiki 17.x

There is also this page Search engine optimization which seems to contain notes also about SEFURLs, not SEO (TODO tidy up)

In Principle

The rules for Tiki's SEFURL system currently exist in two places (bad), one is in the database table called tiki_sefurl_regex_out which processes "raw" non-|SEFURL links (such as tiki-index.php?page=FooBar and makes that just FooBar or tiki-view_tracker_item.php?itemId=42 and makes that item42)

These rules are then sort of duplicated in route.php which takes an inout path of item42 and steers that to tiki-view_tracker_item.php with $_GET'itemId' = 42.

Administration

There is a "master" preference feature_sefurl and it has it's own control panel admin/include_sefurl.php and corresponding tpl file.

Page Slugs

In Tiki 13 (?) wiki pages got specifiable page slugs and new Wiki URL Schemes (pref "wiki_url_scheme") and can be set to urlencode (Tiki Classic), underscore or dash which became the default in Tiki 17.0.

Code Locations

  • tiki-sefurl.php

This file (should be a library in lib somewhere, but isn't) contains the function filter_out_sefurl which takes a raw URL and converts it to a SEFURL using the tiki_sefurl_regex_out table and some extra code for unusual cases.

  • route.php

As stated above, this converts a short URL back to the script name and input parameters. It used to all happen in the .htaccess file but this was converted to PHP for better portability.

  • lib/smarty_tiki/modifier.sefurl.php

This is the most widely used Smarty modifier that converts an object "reference" into either a SEFURL of unfriendly one if the feature is disabled.

  • lib/smarty_tiki/function.sefurl.php

Annoyingly used in the Structures header only, needs to be refactored and removed (one day)

  • lib/core/Tiki/Wiki/SlugManager.php

Plus the generators in lib/core/Tiki/Wiki/SlugManager handle the wiki page slugs dependent on pref wiki_url_scheme.

  • lib/smarty_tiki/function.object_link.php

Related Smarty function for generating links to objects of most kinds. Uses smarty_modifier_sefurl internally.

Open

[-]
RatingSubjectSubmitted byImportanceEasy to solve? PriorityCategoryVolunteered to solveCreatedLastModifComments
(0) Category not correctly detected on wiki pages with spaces in their nameamette25
  • Bug
2017-10-042018-01-180
(0) Page not found (HomePage) after enabling SEF Saša Janiška25
  • Usability
2019-06-192019-06-191
gour-07 Aug 19
(0) The canonical domain of next.tiki.org should be tiki.org so that search index results feed tiki.orgMarc Laporte710 easy70
  • Community projects
Oliver Hertel2021-11-262021-11-261
marclaporte-26 Nov 21
(0) 12.x: No route found on random pages (such as tiki-admin.php?page=look&cookietab=2)Xavier de Pedro8324
  • Regression
2014-07-132014-07-130
(0) With URL rewriting enabled, attempt to access invalid URL yields strange techie error message rather than usual "page not found"Gary Cunningham-Lee6424
  • Usability
2015-02-282018-09-181
WoBoW-18 Sep 18
(0) Something about namespaces seems to conflict with url sending user after updating tracker item with SEFURLXavier de Pedro8540
  • Usability
  • Regression
  • Conflict of two features (each works well independently)
2017-06-272017-09-190
(0) Freetags, Modules, SEFurl; action_similarcontent display broken links for tracker itemsBernard Sfez / Tiki Specialist5525
  • Dogfood on a *.tiki.org site
  • Bug
2022-01-112022-01-110
(0) Can't duplicate alias link, SEFURL link already present in SEF pageMarc Laporte5735
  • Regression
2014-06-292014-06-300
(0) Sefurls missing from application menuJonny Bradley5735
  • Consistency
2023-05-162023-05-160
(0) Sefurls for control panelsJonny Bradley4728
  • Feature request
2023-05-162023-05-160
(0) Missing update in SEFURL REGEX table (in file tiki.sql); maybe moreRandyH3824
  • Consistency
2018-01-172018-10-070
(1) SEF forum thread drsassafras6954
  • Consistency
manivannans2014-04-272014-04-270

Pending

[+]

Closed

[+]


Alias names for this page:
SEF URLs | SEFURLs | SEF URL | SEFURL | sefurl | sefurls | Search Engine Friendly URLS | Search Engine Friendly | SEF