jimmyt1988 Posted September 29, 2009 Share Posted September 29, 2009 hi all, I need to know how to lock directories or virtualhost's. I have this within my config file for apache server: <VirtualHost *:80> ServerName test.test.co.uk ServerAlias test.test.co.uk DocumentRoot /var/www/html/test.co.uk/test/ </VirtualHost> <VirtualHost *:80> ServerName www.test.co.uk ServerAlias www.test.co.uk DocumentRoot /var/www/html/test.co.uk/ </VirtualHost> <VirtualHost *:80> ServerName test.co.uk ServerAlias test.co.uk DocumentRoot /var/www/html/test.co.uk/ </VirtualHost> How do I lock the test.test.co.uk with a username and password? Quote Link to comment https://forums.phpfreaks.com/topic/175935-solved-adding-locked-areas/ Share on other sites More sharing options...
jimmyt1988 Posted September 29, 2009 Author Share Posted September 29, 2009 Solved: Htaccess file and htpasswd Woohoo. Quote Link to comment https://forums.phpfreaks.com/topic/175935-solved-adding-locked-areas/#findComment-927074 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.