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] SSL Lets Encrypt certbot | 490 | 2017/11/01 |
2 | [Nginx] [Nginx] Rewriterule 서브 도메인 입력시 하위 디렉토리로 이동하기 | 501 | 2018/05/15 |
1 | [Nginx] 특정 디렉토리 php 실행하기 | 14746 | 2018/08/26 |