RealURL

1.1.2. Features

  • Supports various schemes for coding the page path, including userdefined schemes

    • Pagetitles can contain spaces and characters like /.,&@ etc, the URL will still be nice.

    • URLS are generated as nice-looking lowercase paths

    • If a page is renamed, the old URL can still be used (see below in the Users Manual), so if the page was indexed by e.g. Google, it can still be found.

  • Offers advanced translation of almost any set of GET parameters to/from virtual URL

    • Translation between a GET query string ("...&tx_myext[blabla]=123&type=2...") and a virtual URL (".../123/2/") is transparent to TYPO3 and all extensions; The only requirement is that the internal TYPO3 link generation functions are used ("tslib_cObj::typolink", "t3lib_tstemplate::linkData")

  • URLs are cached, so translating between URLs and IDs is very fast.

     

  • It can handle different frames, or other pagetypes

  • URLs are multilingual: if you're browsing in Dutch, you'll see Dutch URLs

  • Once configured the systems works fully automatic, creating new and updating existing URLs

  • You can easily see where shortcuts are pointing to, as the 'target' URL is generated, instead of the URL to the shortcut itself.

  • It automatically handles multiple domains in the database

  • It automatically handles installations of TYPO3 in directories other than the root of the website too

Rawurlencoding of remaining parameter GEt vars names

- Disable "simulateStaticDocuments"!!

....

To top


Valid XHTML 1.0!