if you are using rcpport=11655 in your conf file the your url should be
192.168.1.4:11655 or 127.0.0.1:11655
Still showing
dead.

I tried changing
stratum to
http in my start-pool.bat file but still did not work!
your conf file should include
rpcallowip=127.0.0.1
rpcallowip=192.168.1.*
Where should I insert those two lines in the conf file? Will it work like this?
server=1
rpcuser=XXXXX
rpcpassword=x
rpcport=11655
rpcallowip=127.0.0.1
rpcallowip=192.168.1.*
daemon=1
gen=0
Also my local IP is 192.168.1.4 not 127.0.0.1 So do I need to add 127.0.0.1 also in the conf file?