참고
location / { # Check if a file exists, or route it to index.php. try_files $uri $uri/ /index.php; }
if (!-e $request_filename ) { rewrite ^(.*)$ /index.php last; }
반응형
'lang > php' 카테고리의 다른 글
php mysql handlrsocket (0) | 2013.02.05 |
---|---|
ubuntu xcache and APC(Alternative PHP cache) (0) | 2013.01.25 |
CodeIgniter facebook php-sdk always getUser 0 (2) | 2012.11.01 |
IP 주소확인 (0) | 2012.06.12 |
ubuntu/debian apm 설치 (0) | 2012.04.18 |