Help me at squid.conf file

Hi all, i have a scenario below:
[local] <========> [Squid Proxy] <=========> Internet

With IP:
-Local: 10.0.0.2
-Squid: 2NICs (10.0.0.1 and 192.168.100.1)
-Internet: 192.168.100.2

  • On Squid: hosting a website name www.sample.com

  • On Local: hosting a website name www.abc.sample.com

  • Complete DNS configuration

  • Requirement: setup a reverse proxy on squid to direct all requests of clients from internet with the url www.abc.sample.com
    I use squid and this is my squid.conf file:

The problem is: when i access the website www.abc.sample.com from the internet (192.168.100.2), it does not redirect me to www.abc.sample.com, but instead www.sample.com :eek:
P/S: sry if my english is not good :o

---------- Post updated at 05:51 PM ---------- Previous update was at 03:41 PM ----------

[Solved]
-------------------
Omg, because I install httpd on squid so that i get a conflict port