Skip to content

Commit 94cc4bf

Browse files
author
Michael Babker
committed
Redirect packages that were namespaced
1 parent d4b193c commit 94cc4bf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.htaccess

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,12 @@ Redirect 301 /cms-3/classes/JStream.html /cms-3/classes/Joomla.CMS.Filesystem.St
434434
Redirect 301 /cms-3/classes/JStreamString.html /cms-3/classes/Joomla.CMS.Filesystem.Streams.StreamString.html
435435
Redirect 301 /cms-3/classes/JStringController.html /cms-3/classes/Joomla.CMS.Filesystem.Support.StringController.html
436436

437+
Redirect 301 /cms-3/packages/Joomla.Libraries.Captcha.html /cms-3/namespaces/Joomla.CMS.Captcha.html
438+
Redirect 301 /cms-3/packages/Joomla.Platform.Filesystem.html /cms-3/namespaces/Joomla.CMS.Filesystem.html
439+
Redirect 301 /cms-3/packages/Joomla.Platform.FileSystem.html /cms-3/namespaces/Joomla.CMS.Filesystem.html
440+
Redirect 301 /cms-3/packages/Joomla.Platform.Http.html /cms-3/namespaces/Joomla.CMS.Http.html
441+
Redirect 301 /cms-3/packages/Joomla.Platform.Mail.html /cms-3/namespaces/Joomla.CMS.Mail.html
442+
Redirect 301 /cms-3/packages/Joomla.Platform.Table.html /cms-3/namespaces/Joomla.CMS.Table.html
437443
Redirect 301 /cms-3/packages/Joomla.Platform.User.html /cms-3/namespaces/Joomla.CMS.User.html
438444

439445
# These 404s were found in Google Search Console, they weren't valid URLs in the first place but redirect to the right locations anyway

0 commit comments

Comments
 (0)