This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # robots.txt for wordpress | |
| # https://gist.github.com/chuckreynolds/135728 | |
| User-agent: * | |
| Disallow: /*.php$ | |
| Disallow: /cgi-bin/ | |
| Disallow: /comment-page-* | |
| Disallow: /?s=* | |
| Disallow: /search/* | |
| Disallow: /trackback/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # canonical redirect to no www | |
| RewriteEngine On | |
| RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC] | |
| RewriteRule ^(.*)$ http://%1/$1 [R=301,L] | |
| # protect wp-config at all cost | |
| <files wp-config.php> | |
| Order deny,allow | |
| deny from all | |
| </files> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| http://rpc.pingomatic.com/ | |
| https://rpc.twingly.com/ | |
| http://blogmatcher.com/u.php | |
| http://ping.feedburner.com | |
| http://ping.blo.gs/ | |
| http://www.weblogues.com/RPC/ | |
| http://www.blogdigger.com/RPC2 | |
| http://pingoat.com/goat/RPC2 | |
| https://www.pingmyblog.com/ | |
| http://blogsearch.google.com/ping/RPC2 |
NewerOlder