× Here you can get community support related to ReDJ.

newbie trying to get it working

  • cctaco
  • Topic Author
  • Offline
  • New Member
  • New Member
More
10 years 3 months ago #2052 by cctaco
newbie trying to get it working was created by cctaco
I having problems getting the community version to work.

I'm running joomla 3 and community reDJ it installed fine, enabled the plugin.

Having problems getting it to work.

It's picking up some errors like this one

ifixmachines.com/index.php?option=com_hikashop&ctrl=category'A=0&task=listing&ItemId=93&cid=1731&name=babylock-model-5280-e
404 2 2014-01-18 17:33:17
ifixmachines.com/index.php?option=com_hikashop&ctrl=category'A=0&task=listing&ItemId=93&cid=1731&name=babylock-model-5280-e
62

But it's not catching 404 errors like ifixmachines.com/adhfh which doesn't exist and I was hoping to redirect to the home page.

The cpanel error log shows the error in the log, and I get a generic not found message.

I'm sure there is something I'm missing just not able to figure it out.

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

More
10 years 3 months ago #2054 by admin
Replied by admin on topic newbie trying to get it working
Hi,
to catch any kind of URLs you should enable .htaccess file provided by Joomla (rename the htaccess.txt to .htaccess) and add this line at the end:
ErrorDocument 404 /

Kind regards,
Luigi

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

  • cctaco
  • Topic Author
  • Offline
  • New Member
  • New Member
More
10 years 3 months ago #2061 by cctaco
Replied by cctaco on topic newbie trying to get it working
Ok I changed the htaccess.txt to .htaccess but still getting a error

This webpage has a redirect loop

there was a .htaccess file already there which I changed the name of.

it wasn't the joomla one it had this stuff in it.

##### Added by IMH Systems to block problematic bots #### BEGIN
BrowserMatchNoCase 80legs ua=bad_bot

ErrorDocument 503 "Temporarily Unavailable"

RewriteEngine On
RewriteCond %{ENV:ua} bad_bot
RewriteRule .* - [R=503,L]
### Added by IMH Systems to block problematic bots #### END
RewriteCond %{HTTP_HOST} ^a2zpi\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.a2zpi\.com$
RewriteRule ^/?$ "http\:\/\/a2zpropertyinspections\.com\/" [R=301,L]

a2z is a subdomain on my hosting account.

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

More
10 years 3 months ago #2063 by admin
Replied by admin on topic newbie trying to get it working
You could use this instead of the Joomla one, and add the ErrorDocument at the one of this file. After this, if you get a redirection loop, maybe the ReDJ rule has some problems. You can send me a dump of ReDJ table if you need help to fix.

Kind regards,
Luigi

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

Time to create page: 0.090 seconds