Title: explorer1979's Replies | WordPress.org

---

# explorer1979

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Miss Header Image after change domain name](https://wordpress.org/support/topic/miss-header-image-after-change-domain-name/)
 *  Thread Starter [explorer1979](https://wordpress.org/support/users/explorer1979/)
 * (@explorer1979)
 * [12 years ago](https://wordpress.org/support/topic/miss-header-image-after-change-domain-name/#post-4897203)
 * Hi All,
 * I can access my server’s phpmyadmin to search the DB.
 * Basic I am follow this KB
    [http://codex.wordpress.org/Changing_The_Site_URL](http://codex.wordpress.org/Changing_The_Site_URL)
 * Using the SQL changed
    The “Home” setting is the address you want people to type
   in their browser to reach your WordPress blog. The “Site URL” setting is the 
   address where your WordPress core files reside.
 * And I am using the missed header image name to search the DB on two table
    wp_postmeta
   wp_posts
 * I final find the header image in the wp_posts with some id from wp_postmeta….
 * Then I open the wp_posts to manual edit the miss header images, now the header
   image back …
 * But …. I had super super big problems, I look at the wp_posts table, see two 
   column have my old domain name in it
 * they are guid and post_content
    what the guid column using?
 * I am wonder, do I need chance them all or just let them there? Since once I am
   change the home url and site url in MYSQL, all other plugin, module and link 
   and images look no problems, just I see all of my post have the old domain name
   in it …
 * IF change them, how to is fast and safe? Over 1000 rows in this two tables I 
   thinking..
 * Thank you.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to change my domain name](https://wordpress.org/support/topic/how-to-change-my-domain-name/)
 *  Thread Starter [explorer1979](https://wordpress.org/support/users/explorer1979/)
 * (@explorer1979)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/how-to-change-my-domain-name/#post-4787354)
 * Tara,
 * Thank you, the second one is what my mean …
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How to change the text "← Older posts"](https://wordpress.org/support/topic/how-to-change-the-text-%e2%86%90-older-posts/)
 *  Thread Starter [explorer1979](https://wordpress.org/support/users/explorer1979/)
 * (@explorer1979)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/how-to-change-the-text-%e2%86%90-older-posts/#post-3552065)
 * alchymyth
 * Thank you very much x1000
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How to change the text "← Older posts"](https://wordpress.org/support/topic/how-to-change-the-text-%e2%86%90-older-posts/)
 *  Thread Starter [explorer1979](https://wordpress.org/support/users/explorer1979/)
 * (@explorer1979)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/how-to-change-the-text-%e2%86%90-older-posts/#post-3551990)
 * I am using the build-in WordPress themes “Twenty Eleven”
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Using Permalinks without .htaccess](https://wordpress.org/support/topic/using-permalinks-without-htaccess/)
 *  Thread Starter [explorer1979](https://wordpress.org/support/users/explorer1979/)
 * (@explorer1979)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/using-permalinks-without-htaccess/#post-2618417)
 * <Directory “/www/website/public_html”>
    <IfModule mod_rewrite.c> RewriteEngine
   On RewriteBase /blog/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME}!-
   d RewriteRule . /blog/index.php [L] </IfModule> </Directory>
 * I fix this by using above setting, post there for other who like me for reference.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Move to Linux can't write files anymore!!](https://wordpress.org/support/topic/move-to-linux-cant-write-files-anymore/)
 *  Thread Starter [explorer1979](https://wordpress.org/support/users/explorer1979/)
 * (@explorer1979)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/move-to-linux-cant-write-files-anymore/#post-2522165)
 * ipstenu,
 * My PHP is 5.3.3
 * Here are my step to build the server. Maybe it help for find out what is wrong
   on the folder permission etc.
 * <VirtualHost *:80>
    ServerName explorerhome.dyndns.org DocumentRoot /home/abc/
   public_html </VirtualHost>
 * #useradd abc
    /home/abc now is drwx—— owner/group is 500 500 (abc)
 * Then I using FileZilla login by abc, make a public_html, and then blog under 
   public_html, it is both 500 500 on owner/group and with 755 permission
 * My Server Apache are 40 40 owner/group
 * Then upload all backup files/ folder from the Windows box I backup before to 
   the new linux box, this mean the
    /wp-content/uploads folder are make by this
   abc user with 500 500 owner/group and 755 permission
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Move to Linux can't write files anymore!!](https://wordpress.org/support/topic/move-to-linux-cant-write-files-anymore/)
 *  Thread Starter [explorer1979](https://wordpress.org/support/users/explorer1979/)
 * (@explorer1979)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/move-to-linux-cant-write-files-anymore/#post-2522059)
 * [http://codex.wordpress.org/Changing_File_Permissions](http://codex.wordpress.org/Changing_File_Permissions)
 * The codex not suggestion 777 on above link. So I am worry if change to 777 will
   make security problems etc.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Move to Linux can't write files anymore!!](https://wordpress.org/support/topic/move-to-linux-cant-write-files-anymore/)
 *  Thread Starter [explorer1979](https://wordpress.org/support/users/explorer1979/)
 * (@explorer1979)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/move-to-linux-cant-write-files-anymore/#post-2522058)
 * Actually, if I install a new WP, it not allow me to build the uploads folder 
   auto too.
 * On Windows Box all folder can build auto not need any permission change etc.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Move to Linux can't write files anymore!!](https://wordpress.org/support/topic/move-to-linux-cant-write-files-anymore/)
 *  Thread Starter [explorer1979](https://wordpress.org/support/users/explorer1979/)
 * (@explorer1979)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/move-to-linux-cant-write-files-anymore/#post-2522057)
 * No
 * The folder of /wp-content/uploads folder permissions is 755
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to dispay more than 30 posts](https://wordpress.org/support/topic/how-to-dispay-more-than-30-posts/)
 *  [explorer1979](https://wordpress.org/support/users/explorer1979/)
 * (@explorer1979)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/how-to-dispay-more-than-30-posts/#post-2521578)
 * Hi Tom,
 * Just a kindly remind, if your post have many photo, 30 is not a good idea for
   slowly web host/server.
 * Control to 10-15 is a better idea.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NextGEN Gallery] Deactivate it and then reactivate it](https://wordpress.org/support/topic/nextgen-gallery-deactivate-it-and-then-reactivate-it/)
 *  Thread Starter [explorer1979](https://wordpress.org/support/users/explorer1979/)
 * (@explorer1979)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/nextgen-gallery-deactivate-it-and-then-reactivate-it/#post-2498224)
 * esmi,
 * Thank you very much of your quickly and kindly help and answer my questions 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Best Photo Blog plug-in?](https://wordpress.org/support/topic/best-photo-blog-plug-in/)
 *  Thread Starter [explorer1979](https://wordpress.org/support/users/explorer1979/)
 * (@explorer1979)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/best-photo-blog-plug-in/#post-2456236)
 * Samuel B,
 * Thank you very much.
    I give NextGen Gallery for a try first.
 * Best Regards,
    Jimmy Chan
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: NextGEN Gallery] images appear under header](https://wordpress.org/support/topic/plugin-nextgen-gallery-images-appear-under-header/)
 *  [explorer1979](https://wordpress.org/support/users/explorer1979/)
 * (@explorer1979)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-images-appear-under-header/#post-2448252)
 * Same Problems too 🙁

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