GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Pro tip: Wordpress security (https://gfy.com/showthread.php?t=1088077)

Kovachi 11-05-2012 02:57 PM

Pro tip: Wordpress security
 
Place a .htaccess in your wp-admin directory that only allows your IP to access it.

Code:

AuthUserFile /dev/null
AuthGroupFile /dev/null
AuthName "Example Access Control"
AuthType Basic
<LIMIT GET>
order deny,allow
deny from all
allow from your.ip.address.here
</LIMIT>


mikesouth 11-05-2012 03:27 PM

great idea...if your IP changes you lock yourself out...be sure you have root and shell access if you do this so you can reset the ip

sarettah 11-05-2012 03:30 PM

Quote:

Originally Posted by mikesouth (Post 19296133)
great idea...if your IP changes you lock yourself out...be sure you have root and shell access if you do this so you can reset the ip

FTP access to the domain is all you need to change the htaccess. :thumbsup

.

SZNY 11-05-2012 03:33 PM

Lock down all your WP installs with chmod to avoid any form of malware injects

nickutis 11-05-2012 03:41 PM

Everyone smart enough already did that long time ago

Others.. wait for guests from Turkey :D


All times are GMT -7. The time now is 09:58 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123