Hello.
mod_alias has been added expression parser support since revision below.
https://svn.apache.org/viewvc?view=revision&revision=1653941
https://svn.apache.org/viewvc?view=revision&revision=1663259
That change doesn't meet the conditions of below wrote in document.
If the status is between
Hello,
I have a shared hosting (so I don't have root access). I would like to make
proxy using htaccess to getting access to server having only ipv6 address (no
damain name).
Here is my .htaccess file:
RewriteEngine on
RewriteBase/
RewriteRule ^(.*)$ http://[2001:858:2:1::10]/$1 [P]
And