Title: devtb's Replies | WordPress.org

---

# devtb

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WordPress search not working](https://wordpress.org/support/topic/wordpress-search-not-working-4/)
 *  Thread Starter [devtb](https://wordpress.org/support/users/devtb/)
 * (@devtb)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/wordpress-search-not-working-4/#post-12491966)
 * Already tried that, there is no logs anywhere
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Direct link wrong redirect](https://wordpress.org/support/topic/direct-link-wrong-redirect/)
 *  Thread Starter [devtb](https://wordpress.org/support/users/devtb/)
 * (@devtb)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/direct-link-wrong-redirect/#post-12250475)
 * I cant see that rewrite in htaccess file
    This is in rewrite section:
 *     ```
       # BEGIN WordPress
       <IfModule mod_rewrite.c>
       		RewriteEngine On
       RewriteBase /
       RewriteRule ^index\.php$ - [L]
   
       # add a trailing slash to /wp-admin
       RewriteRule ^wp-admin$ wp-admin/ [R=301,L]
   
       RewriteCond %{REQUEST_FILENAME} -f [OR]
       RewriteCond %{REQUEST_FILENAME} -d
       RewriteRule ^ - [L]
       RewriteRule ^(wp-(content|admin|includes).*) $1 [L]
       RewriteRule ^(.*\.php)$ $1 [L]
       RewriteRule . index.php [L]
       </IfModule>
       ```
   
 * I will check DNS records also.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Direct link wrong redirect](https://wordpress.org/support/topic/direct-link-wrong-redirect/)
 *  Thread Starter [devtb](https://wordpress.org/support/users/devtb/)
 * (@devtb)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/direct-link-wrong-redirect/#post-12250288)
 * After creating second site I changed whole link. There are basically 2 different
   multisites on same server
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [WordPress Multisite uploads directory](https://wordpress.org/support/topic/wordpress-multisite-uploads-directory/)
 *  Thread Starter [devtb](https://wordpress.org/support/users/devtb/)
 * (@devtb)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/wordpress-multisite-uploads-directory/#post-12249626)
 * Solved. I used plugin “Export media with selected content” which worked good.
   
   I exported all Posts and then imported it (but all media was duplicated).
    -  This reply was modified 6 years, 5 months ago by [devtb](https://wordpress.org/support/users/devtb/).

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