Title: glook's Replies | WordPress.org

---

# glook

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Hover doesn’t work for IE7](https://wordpress.org/support/topic/hover-doesnt-work-for-ie7/)
 *  [glook](https://wordpress.org/support/users/glook/)
 * (@glook)
 * [18 years, 2 months ago](https://wordpress.org/support/topic/hover-doesnt-work-for-ie7/#post-682539)
 * check DOCTYPE of document!!!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [404 error when try open image from thumbnail](https://wordpress.org/support/topic/404-error-when-try-open-image-from-thumbnail/)
 *  Thread Starter [glook](https://wordpress.org/support/users/glook/)
 * (@glook)
 * [18 years, 5 months ago](https://wordpress.org/support/topic/404-error-when-try-open-image-from-thumbnail/#post-681092)
 * **Ok, guys, it`s a bug!**
    [http://codex.wordpress.org/User:Lolrus/Using_Attachments#Troubles](http://codex.wordpress.org/User:Lolrus/Using_Attachments#Troubles)
 * see Attachment page not found (404)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [404 error when try open image from thumbnail](https://wordpress.org/support/topic/404-error-when-try-open-image-from-thumbnail/)
 *  Thread Starter [glook](https://wordpress.org/support/users/glook/)
 * (@glook)
 * [18 years, 6 months ago](https://wordpress.org/support/topic/404-error-when-try-open-image-from-thumbnail/#post-680873)
 * Well… It`s all ok with .htaccess file.
    This code in file after setting permalinks/
   category/postname/ mode.
 *     ```
       # BEGIN WordPress
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule . /index.php [L]
       </IfModule>
       # END WordPress
       ```
   
 * And all work fine, but not thumbnails…

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