Alberto García Gómez wrote:
> HI fellows:
>  
> I in front of this several error. I have an Apache server under windows
> and everything is working fine except but this small error when I using
> mod_rewirte (under *nix work fine)

<snip>

> this is my vhost server conf:
> RewriteLOg logs/server.com-rewrite_log
> RewriteRule ^/(.*\.html)$ C:\\apache\\server\\index.php?$1

<snip>

Have you tried:

RewriteRule ^/(.*\.html)$ /index.php?$1 [L]


                                Neil.

PS. You may want to add a QSA to the options.

-- 
Neil Hillard                    [EMAIL PROTECTED]
AgustaWestland                  http://www.whl.co.uk/

Disclaimer: This message does not necessarily reflect the
            views of Westland Helicopters Ltd.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to