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
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
Hi,
I'm trying to pass everything that is not a file to `index.php` as a
request parameter without using a `.htaccess` file.
A request to http://www.example.com/test must be rewritten to
http://www.example.com/index.php?q=/test.
I'm using Debian Squeeze (6.0) and Apache 2.2.16. Here is my
config
3 matches
Mail list logo