CentOS 서버와 Apache http 서비스가 있습니다. /var/www/html/padbuozyne
디렉토리 에 WordPress 파일을 추가했습니다 .
브라우저를 통해 접속하려고 하면http://myhost/padbuozyne알겠어요
요청한 URL /padbuozyne을 이 서버에서 찾을 수 없습니다.
httpd -v: Server version: Apache/2.4.6 (CentOS)
브라우저에서 어떻게 열 수 있나요?
configuration files:
/usr/sbin/httpd -V:
...
-D HTTPD_ROOT="/etc/httpd"
...
-D SERVER_CONFIG_FILE="conf/httpd.conf"
...
/etc/httpd/conf/httpd.conf
...
DocumentRoot "/var/www/html"
...