url rewriting problem
Date: July 15, 2010 05:20PM
Hello,
I have a problem with url rewriting
I create the file .htaccess to use url rewriting.
I config the apache file httpd.conf to allow url rewriting
I have a problem with WORDPRESS but I dont understand!!
In apache log :
[Thu Jul 15 17:02:15 2010] [error] [client 127.0.0.1] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.
[Thu Jul 15 17:02:15 2010] [debug] core.c(3063): [client 127.0.0.1] r->uri = /wordpress-2.9.2/wordpress/index.php
[Thu Jul 15 17:02:15 2010] [debug] core.c(3069): [client 127.0.0.1] redirected from r->uri = /wordpress-2.9.2/wordpress/index.php
[Thu Jul 15 17:02:15 2010] [debug] core.c(3069): [client 127.0.0.1] redirected from r->uri = /wordpress-2.9.2/wordpress/index.php
[Thu Jul 15 17:02:15 2010] [debug] core.c(3069): [client 127.0.0.1] redirected from r->uri = /wordpress-2.9.2/wordpress/index.php
[Thu Jul 15 17:02:15 2010] [debug] core.c(3069): [client 127.0.0.1] redirected from r->uri = /wordpress-2.9.2/wordpress/index.php
[Thu Jul 15 17:02:15 2010] [debug] core.c(3069): [client 127.0.0.1] redirected from r->uri = /wordpress-2.9.2/wordpress/index.php
[Thu Jul 15 17:02:15 2010] [debug] core.c(3069): [client 127.0.0.1] redirected from r->uri = /wordpress-2.9.2/wordpress/index.php
[Thu Jul 15 17:02:15 2010] [debug] core.c(3069): [client 127.0.0.1] redirected from r->uri = /wordpress-2.9.2/wordpress/index.php
[Thu Jul 15 17:02:15 2010] [debug] core.c(3069): [client 127.0.0.1] redirected from r->uri = /wordpress-2.9.2/wordpress/index.php
[Thu Jul 15 17:02:15 2010] [debug] core.c(3069): [client 127.0.0.1] redirected from r->uri = /wordpress-2.9.2/wordpress/index.php
I try to increase the limti , BUT THIS SEEMS A LOOP!! CAUSED BY WORDPRESS!
Anyone can help me? big thanks
Mik