This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
Server
/
kailin
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Przeglądaj źródła
修改伪静态
jun
2 miesięcy temu
rodzic
6c3496d27a
commit
d2bd73fce9
2 zmienionych plików
z
10 dodań
i
0 usunięć
Widok podzielony
Pokaż statystyki zmian
5
0
public/.htaccess
5
0
public/nginx.htaccess
+ 5
- 0
public/.htaccess
Wyświetl plik
@@ -0,0 +1,5 @@
+location / {
+if (!-e $request_filename){
+rewrite ^/(.*)$ /index.php/$1 last;
+}
+}
+ 5
- 0
public/nginx.htaccess
Wyświetl plik
@@ -0,0 +1,5 @@
+location / {
+if (!-e $request_filename){
+rewrite ^/(.*)$ /index.php/$1 last;
+}
+}