** 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>
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.
.htaccess seems to be ok.. make sure you do not have another .htaccess in the parent directory. Kailash