This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
登録
サインイン
Server
/
kailin
ウォッチ
2
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ソースを参照
修改伪静态
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;
+}
+}