Skip to content
This repository was archived by the owner on Sep 23, 2022. It is now read-only.

Commit d1087f8

Browse files
committed
Fix issue #1
Signed-off-by: Stéphane HULARD <[email protected]>
1 parent f1f04d8 commit d1087f8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/samples/SAMPLE.htaccess

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33

44
RewriteBase "/${server.pathname}"
55

6+
#Fix issue #1 invalid wp-admin redirect
7+
RewriteRule ^wp\-admin$ /wp-admin/ [L,R=301]
8+
69
#If the URL start with public stop redirect
710
RewriteRule wp\-cms\/index\.php$ - [L]
811

0 commit comments

Comments
 (0)