apache 설정
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^.]+)$ $1.php [L]
nginx 설정
try_files $uri $uri/ $uri.php?$args;
제목 | 날짜 | ||
---|---|---|---|
3 | [Nginx] [Nginx] Rewriterule 서브 도메인 입력시 하위 디렉토리로 이동하기 | 501 | 2018/05/15 |
2 | [Nginx] 특정 디렉토리 php 실행하기 | 14746 | 2018/08/26 |
1 | [Nginx] NGINX PHP 파일 업로드 용량 | 229 | 2018/12/16 |