Re: [PHP] weird behavior: Apache mod rewrite

2010-02-26 Thread Ashley Sheridan
On Fri, 2010-02-26 at 18:39 +0900, Alberto Lepe wrote: > Hello everyone, this is my first time in this mailing list. > Using: PHP Version 5.2.10-2ubuntu6.4, Apache/2.2.12 > > I'm redirecting all the request into one file with ( .htaccess ): > > RewriteEngine On > RewriteRule .* index.php > > My

[PHP] weird behavior: Apache mod rewrite

2010-02-26 Thread Alberto Lepe
Hello everyone, this is my first time in this mailing list. Using: PHP Version 5.2.10-2ubuntu6.4, Apache/2.2.12 I'm redirecting all the request into one file with ( .htaccess ): RewriteEngine On RewriteRule .* index.php My index code is: In the same directory I just have other file besides in