Menu Content

Podpora

> Diskusní fóra, FAQs & placená podpora
Welcome, Guest
Username Password: Remember me

Redirect entire subdirectory. Is this possible?
(1 viewing) (1) Guest
Support forum for users using free edition of JoomSEF 3 (Joomla 1.5 compatible). These forums are mainly for mutual help between users.

Please note that due to our capacity limitations, we do not monitor these forums regularly.
  • Page:
  • 1

TOPIC: Redirect entire subdirectory. Is this possible?

Redirect entire subdirectory. Is this possible? 16 years, 4 months ago #4532

I need to have JoomSEF rewrite everything that looks like this:

www.site.com/music/pagename.html

to be forwarded to this instead:

www.site.com/new-music/pagename.html

Is there a way to redirect an entire subdirectory in this manner using JoomSEF?

By the way, in this example "new-music" is an actual category name (if that matters at all).

If it is not possible to do this with JoomSEF is there a way to do it with .htaccess?


My sincere thanks for your help on this!

Re:Redirect entire subdirectory. Is this possible? 16 years, 4 months ago #4538

  • dajo
  • OFFLINE
  • Posts: 5069
Hello,

This is not possible with JoomSEF (not without manually creating redirect for every link), however, it could be done in .htaccess. I guess the rule should be something like
RewriteRule /music/ /new-music/ [R=301, NC, L]

but I'm not quite sure - try using Google, there should be enough articles about this problem.

Best regards,
ARTIO Support Team
ARTIO Support Team

Re:Redirect entire subdirectory. Is this possible? 16 years, 4 months ago #4543

I tried that suggestion:

RewriteRule /music/ /sheet-music/ [R=301, NC, L]

but it took the entire site offline with a 500 Internal server error.

Anyone else have any alternatives?
  • Page:
  • 1
Přihlášení uživatele Prázdný