vituscokr avatar

아파치 포워딩

vituscokr

Published: 03 Jan 2019 › Updated: 03 Jan 2019

아파치 포워딩

버츄얼 호스팅 세팅

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]

Leave 아파치 포워딩 to:

Written by

Read more #apache posts


Best Posts From vituscokr

We have not curated any of vituscokr's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.

More Posts From vituscokr