KIO
Kreative Ideen online
WordPres Security

WordPres Security

  • Create ".htaccess" hack – change Permalink

Protect WP-Conifg by the following snipet in .htaccess:

#Schutz of wp-config.php
<files wp-config.php="">#Um what is it possible to do?</files>
Order deny,allow #Was should happen
deny from all #Ausführende level 

WP-Login.php by password protect:

<files wp-login.php>
AuthName "Admin Area"
AuthType Basic
AuthUserFile /root/www/yourpath/.htpasswd

Password generation possible:

www.htaccesstools.com/htpasswd-gener
ator Do not use login names as user names

Wp-Config.php Create new security keys (SALT) under:

https://api.wordpress.org/secret-key/1.1/salt

Leave a Reply

Your email address will not be published. Required fields are marked *