Help! What this means in my htaccess ?

Discussion in 'Site & Server Administration' started by Nystul, Jun 1, 2008.

  1. #1
    ** Having some problem loading up my site - this is what Firefox displayed -
    The page isn't redirecting properly

    Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
    * This problem can sometimes be caused by disabling or refusing to accept cookies.


    I thought it might be problem with my htaccess, so i pulled it out. Can anyone provide me with some support ? Thanks in advance

    # -FrontPage-

    AddType application/x-httpd-php .html .php .htm
    php_flag output_buffering On
    php_value output_handler ob_gzhandler
    php_flag zlib.output_compression Off

    IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

    <Limit GET POST>
    order deny,allow
    deny from all
    allow from all
    </Limit>
    <Limit PUT DELETE>
    order deny,allow
    deny from all
    </Limit>


    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
     
    Nystul, Jun 1, 2008 IP
  2. kailash

    kailash Well-Known Member

    Messages:
    1,248
    Likes Received:
    42
    Best Answers:
    0
    Trophy Points:
    190
    #2
    Is your site working fine after renaming the .htaccss file?

    Kailash
     
    kailash, Jun 1, 2008 IP
  3. Nystul

    Nystul Well-Known Member

    Messages:
    3,077
    Likes Received:
    40
    Best Answers:
    0
    Trophy Points:
    175
    #3
    didnt try that, trying to figure out what those lines in the hta means.

    I didnt change anything, and the site just become not available.
     
    Nystul, Jun 1, 2008 IP
  4. kailash

    kailash Well-Known Member

    Messages:
    1,248
    Likes Received:
    42
    Best Answers:
    0
    Trophy Points:
    190
    #4
    .htaccess seems to be ok.. make sure you do not have another .htaccess in the parent directory.

    Kailash
     
    kailash, Jun 1, 2008 IP