[Mon Jan 28 21:18:07 2008] [alert] [client 127.0.0.1]
C:/.../.htaccess: ProxyPass not allowed here
I get the above error when I add the following line to a .htaccess
file.
ProxyPass http://127.0.0.1/dir !
Does anyone know what the a solution would be.
Thanks
According to the documentation, ProxyPass is not allowed in .htaccess:
http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxypass
Context: server config, virtual host, directory
So you need to move the ProxyPass rule to the server configuration file.
--
Klaus Johannes Rusch
Klaus...@atmedia.net
http://www.atmedia.net/KlausRusch/