View Single Post
  #26  
Old 05-30-2009, 02:32 AM
auser auser is offline
Senior Member
 
Join Date: Mar 2009
Posts: 119
Accessing
http://idwz.net
http://moviedb.asia

there is no problem(infinite loop). Already resolved without any change?

with following rewrite rule only:
Quote:
Originally Posted by X-Nitro View Post
Complete .htaccess for idwz.net (Permalinks: /downloads/%postname%.aspx) :
PHP Code:
# 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 tested latest lsws 4.0.4(standard version) and apache 2.2.11
None will cause infinite redirect loop.

Are there any other possible rewrite rules applied?
I noticed:
http://idwz.net/a
http://idwz.net/b
i.e., a single letter following http://idwz.net/ will redirect to other page;
while 2 letters etc will go "Not Found"
http://idwz.net/aa -- Not Found
http://idwz.net/bb -- Not Found

maybe this is a wordpress module, and has conflict with the .htaccess?
Just a guess.
Reply With Quote