fake login
This commit is contained in:
15
htaccess
Normal file
15
htaccess
Normal 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>
|
||||
Reference in New Issue
Block a user