OK. Put it in a folder and create a virtual host for it. e.g:
htdocs
– bromine3b
– -- cake
– -- app
– -- etc.
And setup a virtual host: http://httpd.apache.org/docs/1.3/vhosts having htdocs\bromine3b as its webroot (you might need the absolute path).
Warning: Bromine must run on port 80. So using port-based virtual hosts e.g. port 8080 won't work. It's a bug.