Advertisement:

Author Topic: Error 310: Too Many Redirect on shared hosting (goDaddy)  (Read 2435 times)

greenie

  • Newbie
  • *
  • Posts: 1
Error 310: Too Many Redirect on shared hosting (goDaddy)
« on: August 31, 2012, 09:33:51 pm »
Hi,

Can anyone please suggest what is wrong with the htaccess file, I am getting  error 310: too many redirects when I try to access an ad listing, it works fine up to the categories, but as soon as you click on a listing you get error 310.

I have it setup on a shared linux hosting account with goDaddy, everything works fine on my local server though. Here is how the htaccess file looks like...


<IfModule mod_rewrite.c>

# Enable Rewrite Engine
# ------------------------------
RewriteEngine On
RewriteBase /

# Redirect index.php Requests
# ------------------------------
RewriteCond %{THE_REQUEST} ^GET.*index\.php [NC]
RewriteCond %{THE_REQUEST} !/system/.*
RewriteRule (.*?)index\.php/*(.*) /$1$2 [R=301,L]

# Standard ExpressionEngine Rewrite
# ------------------------------
RewriteCond $1 !\.(css|js|gif|jpe?g|png) [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php/$1 [L]

</IfModule>


GAGAN

  • Newbie
  • *
  • Posts: 11
Re: Error 310: Too Many Redirect on shared hosting (goDaddy)
« Reply #1 on: October 26, 2016, 01:01:37 pm »
I am also facing this problem I am using hosting24.
Please help me