Re: Apache, mod_rewrite and directory context

2012-06-06 Thread Tony Baldwin
On Tue, Jun 05, 2012 at 06:40:10PM +0200, Claudius Hubig wrote: > Hello Jimmy, > > Jimmy Thrasibule wrote: > > > > > > > > RewriteEngine On > > RewriteCond %{REQUEST_FILENAME} !-f > > RewriteCond %{REQUEST_FILENAME} !-d > > RewriteCond %{REQUEST_URI} !=/favicon.ic

Re: Apache, mod_rewrite and directory context

2012-06-05 Thread Claudius Hubig
Hello Jimmy, Jimmy Thrasibule wrote: > > > > RewriteEngine On > RewriteCond %{REQUEST_FILENAME} !-f > RewriteCond %{REQUEST_FILENAME} !-d > RewriteCond %{REQUEST_URI} !=/favicon.ico > RewriteRule ^/(.*)$ index.php?q=$1 [L,QSA] > > > http://httpd.ap