WebsiteBaker Support (2.13.x) > Modules
permalink / shortlink modules?
bupaje:
Way back there use to be a permalink and later a shortlink module if I remember to shorten unwieldy links. I was looking at the download links and they work fine on the download page of my site but if I want to share a link I'd love to have an alternate link (or a way to reduce the Download Gallery links).
Here is a current example
https://www.enduracladcoatings.com/modules/download_gallery/dlc.php?id=00648E8
and be nice to simplfy that to something like
https://enduracladcoatings.com/d/id=00648E8
Thanks,
Burt
crnogorac081:
Hello,
Google how to redirect filed using .htaccess it is easy to achieve
Luisehahne:
Das Basis Short Url bezieht sich auf den Pages Ordner. Modules Link sind im Moment noch nicht für short urls vorgesehen
Dietmar
crnogorac081:
--- Quote from: crnogorac081 on September 22, 2021, 06:49:26 AM ---Hello,
Google how to redirect filed using .htaccess it is easy to achieve
--- End quote ---
hello, here is untested solution
--- Code: ---RewriteEngine On
RewriteCond %{QUERY_STRING} ^id=(.*)$
RewriteRule /modules/download_gallery/dlc.php https://enduracladcoatings.com/d/id=%1? [L,R=301]
--- End code ---
VSG:
Hi, take a look here.
This, to me, is the most ideal solution to what you are looking for. Works for me ever since. :-)
Best regards,
VSG
Navigation
[0] Message Index
[#] Next page
Go to full version