php 썸네일형 리스트형 [PHP] php configuration CONFIGURE_COMMAND = './configure' '--prefix=/usr/local/php' '--with-config-file-path=/usr/local/apache/conf' '--with-apxs2=/usr/local/apache/bin/apxs' '--enable-ftp' '--with-mysql=/usr/local/mysql' '--with-mysqli=/usr/local/mysql/bin/mysql_config' '--with-mssql=/usr/local/freetds' '--enable-sigchild' '--with-openssl' '--with-gd' '--enable-gd-native-ttf' '--with-freetype-dir=/usr/include/freetype.. 더보기 [Apache] Server를 비롯한 각종 pre_setting 해주기 아파치 config파일에서 php_admin_value auto_prepend_file /path/to/execute/php_file 위와 같이 해주게 되면 php가 로드될때 미리 로드될 파일을 설정 해줄 수 있음.여기에 auto_prepend_file 대신 다른 naming을 통해 다른 값들을 변경해줄 수 있음. 더보기 [CodeIgniter] Rewirte Rule RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?/$1 [L] application과 같은 레벨에 .htaccess 생성해서 작성해줌.이때 아파치에서 AllowOverride 옵션이 켜져있어야함. 더보기 이전 1 2 3 4 5 6 7 ··· 11 다음