> It's ignored because when you proxy content, it doesn't come from any
> on-disk directory. The enclosed directives are not applicable.
Really? I dont know about it and already build site on this not
applicable feature and serve it with apache 1.3 for years.
Thanks, you open my eyes =))
>
>
> --
On Fri, May 1, 2009 at 7:15 AM, J Channel wrote:
>
> Options Indexes FollowSymLinks +Includes
> RewriteEngine on
> RewriteRule ^book/index.my.* ssi/test.shtml [L]
> AllowOverride None
> Order allow,deny
> Allow from all
>
> JkMount /book/* bala
This config work ok with apache 1.3
ServerName www.localhost.com
RewriteEngine on
RewriteLog "/opt/logs/httpd_rewrite_log"
RewriteLogLevel 2
AddType application/octet-stream .mht
AddType text/html .shtml
AddType application/vnd.ms-excel .xls
AddHandler server-pars