Loading...
 
Skip to main content

History: URL conversion from absolute to relative

Source of version: 4 (current)

Copy to clipboard
            New to ((Tiki19))

For URLs pasted as links or wiki links - convert them to relative links (WIP; feature enabled by default)

{CODE()}
		'feature_absolute_to_relative_links' => [
			'name' => tra('Convert from absolute to relative link'),
			'description' => tra('Process wiki text and convert internal links from absolute to relative links'),
			'type' => 'flag',
			'default' => 'n',
			'tags' => ['experimental'],
		],
{CODE}


https://sourceforge.net/p/tikiwiki/code/66366
https://sourceforge.net/p/tikiwiki/code/66953



!! Related
* ((URL shortener))
* ((Apache Clean URLs))
* ((Search Engine Friendly URL))
* ((Custom Routes))