아파치 포워딩

in apache •  6 years ago 

버츄얼 호스팅 세팅

http.conf 설정

<VirtualHost *:80>
ServerName {www.도메인}
ServerAdmin webmaster@{도메인}
ServerAlias {도메인}
DocumentRoot {path}
<Directory {path}>
Options FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
Require all granted

.htaccess 설정

RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ {포워딩도메인}/$1 [R,L]

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!