1. Application, system 폴더 복사
2. .htaccess 루트에 있어야 함.
//Httpconf 설정
ServerRoot “/etc/httpd” Timeout 300 ServerName www.avds.co.kr:80 DocumentRoot “/home/avds”
Options FoillowSymLinks
AllowOverride None
#Require all granted
Order allow,deny Allow from all </Directory>
<Directory “/home/avds”> Options FollowSymLinks Order allow,deny Allow from all
#
DirectoryIndex: sets the file that Apache will serve if a directory
is requested.
#
AddType application/x-httpd-php .php .php3 .php4 .php5 .html .htm .inc
//Php.ini
short_open_tag = On
display_errors = Off
date.timezone = Asia/Seoul
///home/avds/.htaccess 루트 수정