fake login

This commit is contained in:
Sebastian Titz
2021-08-24 09:08:28 +02:00
parent 308204082d
commit 5239b1b586
3 changed files with 131 additions and 1 deletions

15
htaccess Normal file
View File

@@ -0,0 +1,15 @@
Options +FollowSymLinks
<Files lib/*>
deny from all
</Files>
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} -d [OR]
RewriteCond %{REQUEST_FILENAME} -f
RewriteRule ^(.+) - [PT,L]
RewriteRule ^wp-login.php$ /wp-login/index.php?h=wp-login [L]
</IfModule>