View Single Post
  #18  
Old 05-29-2009, 01:10 PM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,590
Quote:
Originally Posted by DraCoola View Post
The newest victim, reported just few minutes ago ---> http://mp3smackers.com

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

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

I didn't change anything to fix that. Just confuse, give up, and waiting for your solution

The only simple fix I did is just for the default redirect rule from Cpanel.
---> http://www.litespeedtech.com/support...71&postcount=4
It does not make much sense with the information you provided, if that's the whole .htaccess file, how could you fix the redirect rule causing problem if those rules does not even in the .htaccess?

I need the exact and complete .htaccess file that causing loop redirections.
Reply With Quote