Dronealone
IS-IT--Management
Hi,
I'm running Apache 1.3.x using virtualhosts and have done a simple redirect:
(trimmed down)
<VirtualHost x.x.x.x>
ServerName ServerAdmin sysop@x.co.uk
DocumentRoot /home/users/x/www/
Alias /devftp /home/users/devftp/www
</VirtualHost>
The alias works fine, however when I put a .htaccess file into the /home/users/devftp/ it is not being read - has anybody any idea? Other .htaccess files work perfectly when not aliased.
Thanks
I'm running Apache 1.3.x using virtualhosts and have done a simple redirect:
(trimmed down)
<VirtualHost x.x.x.x>
ServerName ServerAdmin sysop@x.co.uk
DocumentRoot /home/users/x/www/
Alias /devftp /home/users/devftp/www
</VirtualHost>
The alias works fine, however when I put a .htaccess file into the /home/users/devftp/ it is not being read - has anybody any idea? Other .htaccess files work perfectly when not aliased.
Thanks