You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by uxio faria <uf...@gmail.com> on 2014/01/05 00:10:52 UTC

[users@httpd] rewrite test through alias

hello, i need to test existence of files through alias but RewriteCond -f -F or -U doesn't work.

Alias /test /tmp/test

RewriteCond %{RESQUEST_URI} -F
RewriteRule .* /tmp/test.html

this example does not work for /test/* uri

someone can help me?

-uxio-


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org