shortURL removes the /pages/ and the .php from the URL.
This is not a module but a combination of a php script, a customized .htaccess and a droplet.
Please unzip it locally and
- copy the short.php into the root of your website (where the config.php is situated)
- copy the .htaccess into the root of your website or write the content of the .htaccess from the package on top of an existing .htaccess
- create a new droplet named shorturl with the contents of droplet.txt
- call the droplet in your template with (no blanks there, they are used here only for display) - just add the call above the
< /body > tag
For WBCE <= 1.3.3, the droplet call is mandantory.
Some modules, e.g. forms, won't work properly and the menu would display the old URLs otherwise. In WBCE 1.4.0 the shortURL output filter has to be activated instead of th droplet call.