This website works better with JavaScript
홈
탐색
도움말
가입하기
로그인
Server
/
kailin
Watch
2
Star
0
포크
0
파일
이슈
0
풀 리퀘스트
0
위키
소스 검색
修改伪静态
jun
2 달 전
부모
6c3496d27a
커밋
d2bd73fce9
2개의 변경된 파일
과
10개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
변경상태 보기
5
0
public/.htaccess
5
0
public/nginx.htaccess
+ 5
- 0
public/.htaccess
파일 보기
@@ -0,0 +1,5 @@
+location / {
+if (!-e $request_filename){
+rewrite ^/(.*)$ /index.php/$1 last;
+}
+}
+ 5
- 0
public/nginx.htaccess
파일 보기
@@ -0,0 +1,5 @@
+location / {
+if (!-e $request_filename){
+rewrite ^/(.*)$ /index.php/$1 last;
+}
+}