Menu Content

Support

> Forums, FAQs & Paid Support
Welcome, Guest
Username Password: Remember me

Static URL redirects
(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
  • 2

TOPIC: Static URL redirects

Re:Static URL redirects 17 years, 6 months ago #473

  • Paul Bruhn
Well, not yet. I am still working myself through all the sef related files. I found something else though:

RewriteCond %{HTTP_HOST} ^www.aaa.com/bbb/$ [NC]
RewriteRule ^(.*)$ http://www.bbb.com/$1 [R=301,L]


Depending on the redirection settings this might help, it doesn't in my case though, I always get an error saying the websites are crosslinking themselves (indefinite loop).

So, I'm working on it and I will post any results here.

Greetings, Paul

Re:Static URL redirects 17 years, 6 months ago #474

  • Paul Bruhn
Somehow striped my code, here the complete version:

RewriteCond %{HTTP_HOST} ^www.sinistar.de/ifkcms/$ [NC]
RewriteRule ^(.*)$ www.ifk-vehlefanz.de/$1 [R=301,L]
  • Page:
  • 1
  • 2
User Login Empty