2
Hi flats
try this
1. Please refer to modules/publisher/extra for seo option
2. enable htaccess option in publisher preferences url rewrite method
3. enable the short url field in form permission (Fields available in articles submission forms) (modules/publisher/admin/permissions.php)
4. edit your article id:24 to have short url example DRAAITIJD.html
5. add this in your .htaccess in file root..
example
RewriteRule ^publisher.([a-z]+).([0-9.]+)/ modules/publisher/index.php?seoOp=$1&seoArg=$2
RewriteRule ^publisher/?$ /modules/publisher/index.php
RewriteRule ^DRAAITIJD/?$ /publisher.item.24/DRAAITIJD.html
6. try
http://fla-ts.com/DRAAITIJD/ if it is accessible