This website works better with JavaScript
Startsida
Utforska
Hjälp
Registrera dig
Logga in
Server
/
kailin
Bevaka
2
Stjärnmärk
0
Fork
0
Filer
Ärenden
0
Pull-förfrågningar
0
Wiki
Bläddra i källkod
修改伪静态
jun
2 månader sedan
förälder
6c3496d27a
incheckning
d2bd73fce9
2 ändrade filer
med
10 tillägg
och
0 borttagningar
Delad Vy
Visa Diff Statistik
5
0
public/.htaccess
5
0
public/nginx.htaccess
+ 5
- 0
public/.htaccess
Visa fil
@@ -0,0 +1,5 @@
+location / {
+if (!-e $request_filename){
+rewrite ^/(.*)$ /index.php/$1 last;
+}
+}
+ 5
- 0
public/nginx.htaccess
Visa fil
@@ -0,0 +1,5 @@
+location / {
+if (!-e $request_filename){
+rewrite ^/(.*)$ /index.php/$1 last;
+}
+}