× Here you can get community support related to ReDJ.

Redirect is going crazy

  • vivacomputers
  • Topic Author
  • Offline
  • New Member
  • New Member
More
10 years 8 months ago #1385 by vivacomputers
Replied by vivacomputers on topic Redirect is going crazy
Did you got a email now? Also (sorry to ask a lot) but could you tell me if it is possible to by example redirect from www.vivacomputers.nl/component/jvse/ to www.vivacomputers.nl/component/jvld/ and everything that is connected with it?

Please Log in or Create an account to join the conversation.

  • vivacomputers
  • Topic Author
  • Offline
  • New Member
  • New Member
More
10 years 8 months ago #1386 by vivacomputers
Replied by vivacomputers on topic Redirect is going crazy
Ok I tested the login and it works now

Please Log in or Create an account to join the conversation.

More
10 years 8 months ago #1387 by admin
Replied by admin on topic Redirect is going crazy
Hi,
your rule looks like:
From URL: sociaal
To URL: info/profiel-sociaal

There are at least two errors, the destination should be absolute, and the source specified matches with destination so it causes a loop. To avoid you should use the regular expressions:
From URL: ^/info-profiel/sociaal$
To URL: http://{siteurl}/info/profiel-sociaal

The caret means "start with" and the dollar means "end with". So the destination will not match the source (no loop).

Try and let me know,
Luigi

Please Log in or Create an account to join the conversation.

Time to create page: 0.074 seconds