× Here you can get community support related to ReDJ.

I cannot get ReDJ to work

  • jasper_coetzee
  • Topic Author
  • Offline
  • New Member
  • New Member
More
9 years 11 months ago #2575 by jasper_coetzee
I cannot get ReDJ to work was created by jasper_coetzee
I have done quite a bit of work (study, etc) after installing ReDJ.

My problem is that it does not seem to catch the from URL. I first set it up simply by setting:
From URL: www.mysite.com/mystring_of_parameters
To URL: www.mysite.com/joomla30/mystring_of_parameters

My need is that I am developing my site under the subdirectory /joomla30 and then want to move the site to the root, so all my absolute urls should now already refer to the root, and then be translated by ReDJ to urls referring to the site in the /joomla30 subdirectory.

But when I test I get and error 404 and the address in the address bar is the original. Also,in the ReDJ manager the hits counter is on zero, and the last visit is on zeros. I have also tried some other from/to URL configurations, with the same result. I have also done all that you specify: clear Joomla cache - also my web browser's cache.

Please help.

Jasper

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

More
9 years 11 months ago #2578 by admin
Replied by admin on topic I cannot get ReDJ to work
Hi Jasper,
maybe you just need to add this at the end of .htaccess file:
ErrorDocument 404 /

Kind regards,
Luigi

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

  • jasper_coetzee
  • Topic Author
  • Offline
  • New Member
  • New Member
More
9 years 11 months ago #2579 by jasper_coetzee
Replied by jasper_coetzee on topic I cannot get ReDJ to work
Hello Luigi,

I have already done so based on previous posts. It did not help.

Regards,

Jasper

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

More
9 years 11 months ago #2580 by admin
Replied by admin on topic I cannot get ReDJ to work
Ok,
next step is to check the requests. Can you post here or send me at info(at)selfget.com the full URLs?

Thanks,
Luigi

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

  • jasper_coetzee
  • Topic Author
  • Offline
  • New Member
  • New Member
More
9 years 11 months ago #2581 by jasper_coetzee
Replied by jasper_coetzee on topic I cannot get ReDJ to work
Hello Luigi,

I started by simply using a fixed absolute URL both for the from URL, and the to URL:
From: www.mysite.com/index.php/certificate-courses/c101
To: www.mysite.com/joomla30/index.php/certificate-courses/c101

and then later I tried (although I do not fully understand the macro language):

From: ˆ/[ˆ/]+$
To: http://{siteurl}/joomla30/

In both cases it simply ignores the call and my original URL (www.mysite.com/index.php/certificate-courses/c101) is called, resulting in a 404 error (as the test site lies in the joomla30 sub-directory and not at the root of the live site).

Hope this helps.

Thank you very much for your assistance,

Jasper

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

More
9 years 10 months ago #2582 by admin
Replied by admin on topic I cannot get ReDJ to work
Hi Jasper,
thanks for providing me additional information. But I need a full URL to call from here and I guess www.mysite.com is not your domain :)

You can post here or send me an email, as you prefer.

An additional note. Your rule:
From: ˆ/[ˆ/]+$

Will never matches URLs like www.mysite.com/index.php/certificate-courses/c101, just because you want to match only URL that start with a slash (^/) and one or more "not slash" chars ([ˆ/]+) until the end ($).

Kind regards,
Luigi

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

Time to create page: 0.147 seconds