sudo apache2ctl configtest
apache2ctl configtest 명령어는 Apache HTTP 서버의 구성 파일에 오류가 있는지 확인하기 위해 사용됩니다. 이 명령어를 실행하면 Apache가 구성 파일을 읽고 구문을 검사한 후, 오류가 있는지 […]
apache2ctl configtest 명령어는 Apache HTTP 서버의 구성 파일에 오류가 있는지 확인하기 위해 사용됩니다. 이 명령어를 실행하면 Apache가 구성 파일을 읽고 구문을 검사한 후, 오류가 있는지 […]
PHP에서 php.ini 파일의 short_open_tag 옵션을 설정하는 이유는 PHP 코드에서 짧은 형식의 PHP 태그(<? ?>)를 사용할 수 있게 하기 위해서입니다. 기본적으로 PHP는 다음과 같은 표준 태그를 […]
Remark : 웹화면에 XML 형식으로 나오기 하기 소스상에 echo 내용에 단지 xml 형식만 있어야 아래와 같이 출력. Json 으로 출력
ubuntu html, php 확장자가 사용 가능하도록 변경 sudo vi /etc/apache2/mods-enabled/mime.conf 파일에서 AddType application/x-bzip2 .bz2 밑에 AddType application/x-httpd-php .php .jsp .html .htm 등록 아파치 재시작 참조 […]
1 2 3 4 5 |
sudo add-apt-repository ppa:ondrej/php sudo apt update sudo apt install php7.3 |
php7.3 will be updated automatically when updates become available. Alternatively you can build php7.3 from source in Ubuntu 18.04, but it will not be […]
소스: Using Regular Expressions with PHP Regular Expression Will match… foo The string “foo” ^foo “foo” at the start of a string foo$ “foo” at […]
CodeIgniter / EllisLab.
var_dump — Dumps information about a variable via PHP: var_dump – Manual. var_dump — Dumps information about a variable array(3) { [0]=> int(1) [1]=> int(2) […]
<DirectoryMatch “^/.*/data/”> AddType application/x-httpd-php3-source .phps .php .ph .php3 .cgi .sh .pl .html .htm .shtml .vbs .ins AddType application/x-httpd-php-source .phps .php .ph .php3 .cgi .sh .pl […]
-체크 http://localhost/index.php 잘 실행되면 C://www.xampp/apache/conf/httpd.conf 파일중 1) rewrite module을 로딩하는가 확인 LoadModule rewrite_module modules/mod_rewrite.so 주석 해제되었는지 확인. 2) Options FollowSymLinks AllowOverride None Order deny,allow […]
Copyright © 2024 | WordPress Theme by MH Themes