View Single Post
  #7  
Old 05-27-2009, 07:13 PM
DraCoola DraCoola is offline
Senior Member
 
Join Date: Mar 2009
Posts: 152
Ramdomly redirect loop victim --> http://audiogazmo.com

Even mysql.allow persistent turned Off on php ini.

The .htaccess :
-----------------------------------------------
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress
-----------------------------------------------


The error log from Cpanel :
-----------------------------------------------
2009-05-28 08:58:44.888 [INFO] [HTAccess] Updating configuration from [/home1/audiocom/public_html/.htaccess]
2009-05-28 08:52:28.582 [INFO] [HTAccess] Updating configuration from [/home1/audiocom/public_html/.htaccess]
2009-05-28 08:50:40.281 [INFO] [HTAccess] Updating configuration from [/home1/audiocom/public_html/.htaccess]
-----------------------------------------------


Everyday, twice or more, any of my customers report that their websites cannot open because of Redirect Loop.
I'm so tired with this many ways of Redirect Loop problems...

Last edited by DraCoola; 05-27-2009 at 07:33 PM..
Reply With Quote