Due to the fact that I'm running several sites parallel at home, I want to have WordPress on port 8008 instead of 80.
So far this is the result
http://192.168.1.2:8008/readme.html ->shows OK
http://192.168.1.2:8008/wp-admin -> shows OK
http://192.168.1.2:8008 -> Home.html not found
index.php is in the directory with 777 rights. Index.html or index.html is not in this directory.
Did I mis any setting in wp-admin ?
Thanks in advance