- Admin tools - Ext Manager
- Choose import from drop down
- Type "lilURL" into the field
- Press "import"
- Click on the red arrow on the right side of the extension
- Go to Web - Edit(Page)
- Click on the green plus where you want to insert the lilURL Plugin
- Choose HTML as the plugin won't show up in the list
- Choose Insert Plugin in the General Tab when the HTML CE shows up
- Insert a header (you can hide it if you want)
- Go to the second TAB and choose lilURL from the list
- Save it
- Now open your FTP or Filebrowser or Quixplorer
- Edit the .htaccess file in TYPO3 root directory
- Insert the following line just below "RewriteEngine On"
#Rewriting for lilURL
# - set it as the first rewrite rule
RewriteRule ^(.+)\.l$ index.php?eID=lilURL&i=$1 [L,NC,QSA]
- Test it in the frontend
- The URLs get stored in the Globe Page PID=0
You can find the lilURL Extension in TER here