newbie trying to get it working
-
cctaco
-
Topic Author
-
Offline
-
New Member
-
Less
More
-
Posts: 2
-
Thank you received: 0
-
-
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
10 years 9 months ago #2054
by admin
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:
Kind regards,
Luigi
Please Log in or Create an account to join the conversation.
-
cctaco
-
Topic Author
-
Offline
-
New Member
-
Less
More
-
Posts: 2
-
Thank you received: 0
-
-
10 years 9 months ago #2061
by cctaco
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.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
10 years 9 months ago #2063
by admin
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.123 seconds