Title: GregMT92's Replies | WordPress.org

---

# GregMT92

  [  ](https://wordpress.org/support/users/gregmt92/)

 *   [Profile](https://wordpress.org/support/users/gregmt92/)
 *   [Topics Started](https://wordpress.org/support/users/gregmt92/topics/)
 *   [Replies Created](https://wordpress.org/support/users/gregmt92/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/gregmt92/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/gregmt92/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/gregmt92/engagements/)
 *   [Favorites](https://wordpress.org/support/users/gregmt92/favorites/)

 Search replies:

## Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Updated to 4.1.1 and now getting redirect issues](https://wordpress.org/support/topic/updated-to-411-and-now-getting-redirect-issues/)
 *  Thread Starter [GregMT92](https://wordpress.org/support/users/gregmt92/)
 * (@gregmt92)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/updated-to-411-and-now-getting-redirect-issues/#post-5880057)
 * Recommended hosts for a wordpress blog for a small business?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Updated to 4.1.1 and now getting redirect issues](https://wordpress.org/support/topic/updated-to-411-and-now-getting-redirect-issues/)
 *  Thread Starter [GregMT92](https://wordpress.org/support/users/gregmt92/)
 * (@gregmt92)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/updated-to-411-and-now-getting-redirect-issues/#post-5880056)
 * Can I move the file to the WP folder?
 * I have attempted the permalinks default/save/ and the problem persisted…
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Updated to 4.1.1 and now getting redirect issues](https://wordpress.org/support/topic/updated-to-411-and-now-getting-redirect-issues/)
 *  Thread Starter [GregMT92](https://wordpress.org/support/users/gregmt92/)
 * (@gregmt92)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/updated-to-411-and-now-getting-redirect-issues/#post-5879919)
 * Ok, now when I go to post it, nothing appears…..
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Updated to 4.1.1 and now getting redirect issues](https://wordpress.org/support/topic/updated-to-411-and-now-getting-redirect-issues/)
 *  Thread Starter [GregMT92](https://wordpress.org/support/users/gregmt92/)
 * (@gregmt92)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/updated-to-411-and-now-getting-redirect-issues/#post-5879918)
 * The .htaccess file was in the Yahoo site admin folder…..
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Updated to 4.1.1 and now getting redirect issues](https://wordpress.org/support/topic/updated-to-411-and-now-getting-redirect-issues/)
 *  Thread Starter [GregMT92](https://wordpress.org/support/users/gregmt92/)
 * (@gregmt92)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/updated-to-411-and-now-getting-redirect-issues/#post-5879917)
 * I think I found it, but….
 *     ```
       RewriteEngine on
   
       # Allow only GET and POST verbs
       RewriteCond %{REQUEST_METHOD} !^(GET|POST)$ [NC,OR]
   
       # Ban Typical Vulnerability Scanners and others
       # Kick out Script Kiddies
       RewriteCond %{HTTP_USER_AGENT} ^(java|curl|wget).* [NC,OR]
       RewriteCond %{HTTP_USER_AGENT} ^.*(libwww-perl|curl|wget|python|nikto|wkito|pikto|scan|acunetix).* [NC,OR]
       RewriteCond %{HTTP_USER_AGENT} ^.*(winhttp|HTTrack|clshttp|archiver|loader|email|harvest|extract|grab|miner).* [NC,OR]
   
       # Ban Search Engines, Crawlers to your administrative panel
       # No reasons to access from bots
       # Ultimately Better than the useless robots.txt
       # Did google respect robots.txt?
       # Try google: intitle:phpMyAdmin intext:"Welcome to phpMyAdmin *.*.*" intext:"Log in" -wiki -forum -forums -questions intext:"Cookies must be enabled"
       RewriteCond %{HTTP_USER_AGENT} ^.*(AdsBot-Google|ia_archiver|Scooter|Ask.Jeeves|Baiduspider|Exabot|FAST.Enterprise.Crawler|FAST-WebCrawler|www\.neomo\.de|Gigabot|Mediapartners-Google|Google.Desktop|Feedfetcher-Google|Googlebot|heise-IT-Markt-Crawler|heritrix|ibm.com\cs/crawler|ICCrawler|ichiro|MJ12bot|MetagerBot|msnbot-NewsBlogs|msnbot|msnbot-media|NG-Search|lucene.apache.org|NutchCVS|OmniExplorer_Bot|online.link.validator|psbot0|Seekbot|Sensis.Web.Crawler|SEO.search.Crawler|Seoma.\[SEO.Crawler\]|SEOsearch|Snappy|www.urltrends.com|www.tkl.iis.u-tokyo.ac.jp/~crawler|SynooBot|crawleradmin.t-info@telekom.de|TurnitinBot|voyager|W3.SiteSearch.Crawler|W3C-checklink|W3C_Validator|www.WISEnutbot.com|yacybot|Yahoo-MMCrawler|Yahoo\!.DE.Slurp|Yahoo\!.Slurp|YahooSeeker).* [NC]
       RewriteRule .* - [F]
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Updated to 4.1.1 and now getting redirect issues](https://wordpress.org/support/topic/updated-to-411-and-now-getting-redirect-issues/)
 *  Thread Starter [GregMT92](https://wordpress.org/support/users/gregmt92/)
 * (@gregmt92)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/updated-to-411-and-now-getting-redirect-issues/#post-5879915)
 * kmessinger,
 * Thank you for taking time to explain that to me. I have been looking through 
   forums all afternoon.
 * I am trying to find the .htaccess file and will post it as soon as I do.
    It 
   should be in the wp-admin folder, correct?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Updated to 4.1.1 and now getting redirect issues](https://wordpress.org/support/topic/updated-to-411-and-now-getting-redirect-issues/)
 *  Thread Starter [GregMT92](https://wordpress.org/support/users/gregmt92/)
 * (@gregmt92)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/updated-to-411-and-now-getting-redirect-issues/#post-5879907)
 * Unable to find the .htaccess file.
 * -deactivated all plugins.
    -unable to switch to a default theme, I get a Download
   failed. error:0D0890A1:asn1 encoding routines:ASN1_verify:unknown message digest
   algorithm.
 * [Moderated as above.]
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Updated to 4.1.1 and now getting redirect issues](https://wordpress.org/support/topic/updated-to-411-and-now-getting-redirect-issues/)
 *  Thread Starter [GregMT92](https://wordpress.org/support/users/gregmt92/)
 * (@gregmt92)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/updated-to-411-and-now-getting-redirect-issues/#post-5879901)
 * Validator.w3 results:
 * Results
    List of broken links and other issues
 * [Moderated. I had already seen the results. Just wanted you to see them.]
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Updated to 4.1.1 and now getting redirect issues](https://wordpress.org/support/topic/updated-to-411-and-now-getting-redirect-issues/)
 *  Thread Starter [GregMT92](https://wordpress.org/support/users/gregmt92/)
 * (@gregmt92)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/updated-to-411-and-now-getting-redirect-issues/#post-5879823)
 * The site is hosted by Yahoo.

Viewing 9 replies - 1 through 9 (of 9 total)