Title: teo7's Replies | WordPress.org

---

# teo7

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Image links broken un WordPress 3.0 subdomain](https://wordpress.org/support/topic/image-links-broken-un-wordpress-30-subdomain/)
 *  Thread Starter [teo7](https://wordpress.org/support/users/teo7/)
 * (@teo7)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/image-links-broken-un-wordpress-30-subdomain/#post-1565308)
 * **SOLVED!!!!!**
 * After check my .htaccess content I decided delete the content within #WordPress,
   because it’s basically the same thing. I was thinking there could be a conflict
   and I was right. After delete that code I was able to see the images uploaded
   to my subdomain site. Now my htaccess looks like this:
 *     ```
       #Wordpress Multi site
       RewriteEngine On
       RewriteBase /
       RewriteRule ^index\.php$ - [L]
   
       # uploaded files
       RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]
   
       RewriteCond %{REQUEST_FILENAME} -f [OR]
       RewriteCond %{REQUEST_FILENAME} -d
       RewriteRule ^ - [L]
       RewriteRule . index.php [L]
       #END WordPress Multi Site
       ```
   
 * Remember, in httpd.conf you need:
 *     ```
       <Directory>
           Options FollowSymLinks
           AllowOverride All
       </Directory>
       ```
   
 * This solves the problem and don’t forget to clear browser’s cache after each 
   change you make :P.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Image links broken un WordPress 3.0 subdomain](https://wordpress.org/support/topic/image-links-broken-un-wordpress-30-subdomain/)
 *  Thread Starter [teo7](https://wordpress.org/support/users/teo7/)
 * (@teo7)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/image-links-broken-un-wordpress-30-subdomain/#post-1565296)
 * Andrea, thanks for your answer, but it’s still not working. I have my own server
   running CentOS and Plesk 9. Do I need change something in other file additionally
   to httpd.conf?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [TinyMCE problem with wordpress 2.9.2](https://wordpress.org/support/topic/tinymce-problem-with-wordpress-292/)
 *  [teo7](https://wordpress.org/support/users/teo7/)
 * (@teo7)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/tinymce-problem-with-wordpress-292/#post-1407747)
 * Try deactivating all plugins. If problem solves, then activate plugins one by
   one to know which one is causing the problem.

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