My Apache Server IP address is 192.168.1.100 and the Domain Name is test.local.
- If a user types in the URL, say "http://test.local", then they should be allowed.
- If a user tries to access "http:// 192.168.1.100" then they should be denied.
How can I accomplish this?