Răsfoiți Sursa

create the .htaccess file

Girish Ramakrishnan 8 ani în urmă
părinte
comite
00b2f5e2cd
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      start.sh

+ 1 - 1
start.sh

@@ -43,7 +43,7 @@ if [[ ! -f "/app/data/.dbsetup" ]]; then
 
     # Set default post structure to what most people want
     # Curiously, installing some plugins prevents .htaccess getting written
-    $WP rewrite structure '/%postname%/'
+    $WP rewrite structure '/%postname%/' --hard
 
     touch "/app/data/.dbsetup"
 else