× Here you can get community support related to ReDJ.

It seems that the ReDJ plugin is ignoring the rule

  • vinibdr
  • Topic Author
  • Visitor
  • Visitor
9 years 7 months ago #2935 by vinibdr
I want to create a friendly url to my login page and keep it private (not visible to guest users). That is why I decided to install ReDJ.

I created a rule like this:

FROM: /login
TO URL: http://localhost/portal-d/index.php?option=com_content&view=article&id=550&catid=15&Itemid=101
Request only: true
Decode URL: true

When I type http://localhost/portal-d/login
The Apache returns a 404 error page.

I am confused because I created another rule that worked fine.

FROM: /index.php
TO URL: www.google.com
Request only: true
Decode URL: true

This one worked and I don't understand why the first one did not.

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

More
9 years 7 months ago - 9 years 7 months ago #2942 by admin
Hi,
probably you just need to add this line at the end of .htaccess file:
ErrorDocument 404 /

That in your case should be:
ErrorDocument 404 /portal-d/

As documented here:

www.selfget.com/documentation/redj-joomla25/initial-configuration.html

Kind regards,
Luigi
Last edit: 9 years 7 months ago by admin.

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

  • vinibdr
  • Topic Author
  • Visitor
  • Visitor
9 years 7 months ago #2950 by vinibdr
Luigi,

It worked perfectly.

Thanks.

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

More
9 years 7 months ago #2955 by admin
U're welcome.

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

Time to create page: 0.118 seconds