Quantcast
Channel: Joomla! Forum - community, help and support
Viewing all articles
Browse latest Browse all 2810

General Questions/New to Joomla! 5.x • Re: Tags not adopting menu item URL

$
0
0
Hello brendanhedges,

You can also use the following .htaccess rules to simplify and optimize your Joomla Tags URLs:

# Redirect Numeric Tag URLs
RewriteRule ^tags/\d+$ /tags [R=301,L]

# Redirect Numeric-Word Tag URLs
RewriteRule ^tags/\d+-(.+)$ /tags/$1 [R=301,L]

# Redirect URLs from /component/tags/tag/ to /tags/
RewriteRule ^component/tags/tag/(.*)$ /tags/$1 [R=301,L]

Good Luck.
Ahmad Moussa

Statistics: Posted by aboarken — Fri Jan 05, 2024 4:01 pm



Viewing all articles
Browse latest Browse all 2810

Trending Articles