- Posts: 4
- Thank you received: 0
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
yes, i understand, i use this hack - forum.joomla.org/viewtopic.php?t=712037#p3153262So if your problem is to get rid of any URL with the id, you should first "hack" the routing script for the extension, to drop the id part
Please Log in or Create an account to join the conversation.
and for fixing the duplicate content issue (google dont likes that... as i know) i just want to redirect all such urls:
www.mydomain.com/blog/flash/943-my-article-number-3
to
www.mydomain.com/blog/flash/my-article-number-3
From URL: ^/blog/flash/[0-9]+-
To URL: {scheme}://{siteurl}/blog/flash/{preg_match 1}/\/blog\/flash\/[0-9]+-([^\?]+)/i{/preg_match}{queryfull}
Request only: true (checked)
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.