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
Post a Comment