× Here you can get community support related to ReDJ.

Simple redirect rule request

  • theant
  • Topic Author
  • Offline
  • New Member
  • New Member
More
9 years 6 months ago #3091 by theant
Simple redirect rule request was created by theant
Hello
I want to set a very simple redirect on Joomla 3.x site:

www.mysite.com/culturemap
to the real url (a k2 page)
www.mysite.eu/progetti/asse-networking/partecipa-al-censimento.html

how to?
thanks

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

More
9 years 6 months ago #3095 by admin
Replied by admin on topic Simple redirect rule request
Hi,
first be sure to add ErrorDocument in your .htaccess file, or probably you will not be able to catch these short URLs (you will get the typical Apache blank error page):
ErrorDocument 404 /

After this, try this rule:
From URL: ^/culturemap$
To URL: {scheme}://{siteurl}/progetti/asse-networking/partecipa-al-censimento.html
Request only: true (checked)

Kind regards,
Luigi

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

  • theant
  • Topic Author
  • Offline
  • New Member
  • New Member
More
9 years 6 months ago #3098 by theant
Replied by theant on topic Simple redirect rule request
Thanks for reply.
I added ErrorDocument 404 / at the end of .htaccess file and the from/to exactly as you suggested
I get only Error: 404

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

  • theant
  • Topic Author
  • Offline
  • New Member
  • New Member
More
9 years 6 months ago #3101 by theant
Replied by theant on topic Simple redirect rule request
Sorry, I didn't enable the System - ReDJ Community plugin.
It works. Thanks a lot

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

More
9 years 6 months ago #3103 by admin
Replied by admin on topic Simple redirect rule request
Happy to hear this.

Kind regards,
Luigi

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

Time to create page: 0.124 seconds