How to unbind the php built-in server from a directory? -


i created local wordpress site , in xampp set virtual hosts address test-wp.dev home adress. working fine , reason decided turn off apache, leave mysql on , try build in server.

so navigated c:/xampp/htdocs/test/wordpress/ , ran php -s localhost:8080

it worked fine. however, today went go test-wp.dev using apache server , keeps redirecting localhost:8080. don't want use built in server now. want apache.

where "unbind this" or free port or whatever. don't want have run built in server folder anymore.

thanks.

windows 7 php 5.6


Comments

Popular posts from this blog

c++ - Delete matches in OpenCV (Keypoints and descriptors) -

java - Could not locate OpenAL library -

sorting - opencl Bitonic sort with 64 bits keys -