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 neil.hillard@xxxxxxxxxxxxxxxxxx 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx