Browse Source

add guten plug

windhamdavid 3 years ago
parent
commit
78c5fa884f
2 changed files with 8 additions and 2 deletions
  1. 7 2
      .htaccess
  2. 1 0
      app/themes/dwp

+ 7 - 2
.htaccess

@@ -1,15 +1,20 @@
 Options +FollowSymLinks
 
-#### BEGIN WordPress ####
+# BEGIN WordPress
+# The directives (lines) between "BEGIN WordPress" and "END WordPress" are
+# dynamically generated, and should only be modified via WordPress filters.
+# Any changes to the directives between these markers will be overwritten.
 <IfModule mod_rewrite.c>
 RewriteEngine On
+RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
 RewriteBase /wp/
 RewriteRule ^index\.php$ - [L]
 RewriteCond %{REQUEST_FILENAME} !-f
 RewriteCond %{REQUEST_FILENAME} !-d
 RewriteRule . /wp/index.php [L]
 </IfModule>
-#### END WordPress ####
+
+# END WordPress
 
 #### Use /wp/ subdirectory ####
 

+ 1 - 0
app/themes/dwp

@@ -0,0 +1 @@
+Subproject commit 9a9917289c0e22e3ee3f0062166514fa382136d7