How to Move WordPress Blog to New Domain or Location כיצד להעביר בלוג WordPress לניו תחום או מיקום

For blogger who self-hosts the WordPress blog publishing system on a web hosting server with own registered domain name, sometimes, you may decide to reorganize the blog link URL to make it tidier or to reflect new focus or theme of the blog. עבור מי Blogger עצמית מארח את מערכת וורדפרס פרסום בלוג באינטרנט אירוח שרת עם רשום שם תחום עצמו, לפעמים, אתה עשוי להחליט לארגן מחדש את הקישור כתובת הבלוג כדי להפוך אותו tidier או כדי לשקף את המוקד החדש או הנושא של הבלוג. If you decide to change the URL or link location of your WordPress blog due to changing of domain name (such as from http://www.old-domain.com/ to http://www.new-domain.com/) or the blog to another directory location (such as from http://www.domain.com/ to http://www.domain.com/blog/), there are some steps that should be done to ensure the proper migration and no breaking links. אם תחליט לשנות את כתובת האתר או קישור למיקום של בלוג WordPress עקב שינוי של שם תחום (כגון http://www.old-domain.com/ כדי http://www.new-domain.com/ שלך) את הבלוג או למיקום אחר בספריה (כגון http://www.domain.com/ כדי http://www.domain.com/blog/), יש כמה צעדים שצריך לעשות כדי להבטיח את ההגירה נאות אין קישורים שבירה.

The tricky part when moving WordPress blog to another location is that WordPress is using absolute path in URL link instead of relative path in URL link location when stores some parameters in database. החלק הקשה בעת העברת בלוג WordPress למיקום אחר זה וורדפרס היא באמצעות הנתיב המוחלט בקישור כתובת האתר במקום נתיב יחסי במיקום כתובת הקישור חנויות כאשר מספר פרמטרים באתר. Within blog posts' contents itself, users may also use the old URLs when creating reference backlinks. בתוך תוכן הודעות בלוג 'עצמו, משתמשים יכולים להשתמש גם הכתובת הישנה בעת יצירת קישורים נכנסים התייחסות. All these values in the database will need to be changed when WordPress is moved. כל הערכים הללו באתר יהיה צורך שונה כאשר WordPress היא עברה. The following guide will show you which database fields that has references or values related to blog's URLs that you want to modify. המדריך הבא יראה לכם אילו שדות מסד נתונים כי יש הפניות או ערכים הקשורים הבלוג של כתובות אתרים שברצונך לשנות. Note that this guide is not about how to move WordPress blog from one server or host to another new hosting service. שימו לב שמדריך זה לא על איך להעביר בלוג WordPress מהשרת המארח אחד או לשירות אחר אירוח חדשים.

Once the blog has been moved (all files copy over in case of moving location or server or new domain name properly propagated across Internet for new domain name), the first thing to change is to tell WordPress the new blog location (wp-config.php should be no changes, and .htaccess file should be also no changes. If for some reason mod_rewrite rules for friendly URLs no longer works, you can always regenerate the .htaccess file via WP Administration's Update Permalinks page). לאחר הבלוג הועברה (להעתיק קבצים על כל מקרה של העברת שרת או מיקום או שם תחום חדש שצריך מופצות ברחבי האינטרנט עבור שם תחום חדש), הדבר הראשון שצריך לשנות הוא לספר את המיקום בלוג וורדפרס חדש (wp-config. PHP אמור להיות ללא שינויים, ו. קובץ htaccess צריך להיות גם ללא שינויים. אם מסיבה כלשהי mod_rewrite כללי כתובות ידידותיות כבר לא עובד, אתה תמיד יכול להתחדש. קובץ htaccess דרך דף WP המינהל של עדכון Permalinks). This value can be changed via WordPress Options page, but if you no longer able to access to old blog URL, you have to modify the value via MySQL database. ערך זה ניתן לשנות באמצעות וורדפרס דף אפשרויות, אבל אם אתה כבר לא יכול לגשת אל כתובת הבלוג הישן, אתה צריך לשנות את הערך דרך מסד הנתונים MySQL.

Note: The guide uses SQL statements based on הערה: מדריך משתמש משפטי SQL על בסיס MySQL replace() function MySQL להחליף () function to modify the database. כדי לשנות את מסד הנתונים. To run SQL queries, login to MySQL database that houses WordPress tables via phpMyAdmin or login to the DB server and run MySQL client as root. כדי להפעיל שאילתות SQL, להתחבר אל מסד נתונים MySQL, כי וורדפרס טבלאות הבתים דרך phpMyAdmin או להתחבר לשרת DB ולהפעיל לקוח MySQL כמו השורש.

To update WordPress options with the new blog location, use the following SQL command: כדי לעדכן את אפשרויות WordPress עם מיקום הבלוג החדש, להשתמש פקודת SQL הבאה:

UPDATE wp_options SET option_value = replace(option_value, 'http://www.old-domain.com', 'http://www.new-domain.com') WHERE option_name = 'home' OR option_name = 'siteurl';

After that you will need to fix URLs of the WordPress posts and pages, which translated from post slug, and stored in database wp_posts table as guid field. אחרי זה אתה תצטרך לתקן כתובות של ועמדות דפי וורדפרס, אשר תורגם מן הקליע לפרסם, לאחסן wp_posts טבלת מסד נתונים כמו השדה GUID. The URL values in this field are stored as absolute URLs instead of relative URLs, so it needs to be changed with the following SQL query: בתחום זה ערכי כתובת מאוחסנים כתובות מוחלט במקום כתובות יחסית, כך זה צריך להיות שונה עם שאילתת SQL הבא:

UPDATE wp_posts SET guid = replace(guid, 'http://www.old-domain.com','http://www.new-domain.com');

If you have linked internally within blog posts or pages with absolute URLs, these links will point to wrong locations after you move the blog location. אם קישרת באופן פנימי בתוך הבלוג הודעות או דפים עם כתובות מוחלט, קישורים אלה יצביעו על מיקומים טועה אחרי תעביר את מיקום הבלוג. Use the following SQL commands to fix all internal links to own blog in all WordPress posts and pages: השתמש הבאות פקודות SQL כדי לתקן את כל הקישורים הפנימיים אל הבלוג עצמו בכל ועמדות דפי וורדפרס:

UPDATE wp_posts SET post_content = replace(post_content, 'http://www.old-domain.com', 'http://www.new-domain.com');

Browse through WordPress blog to check if everything is okay. לדפדף בלוג WordPress כדי לבדוק אם הכל בסדר. You also need to re-login to WP Administration as authentication cookie has now became invalid due to different domain. אתה גם צריך להתחבר מחדש אל WP המינהל כמו עוגייה אימות עתה הפך לא חוקיים בשל תחום אחר.

IMPORTANT : The page is machine translated and provided "as is" without warranty. חשוב: הדף מכונת תירגם מתפרסם "כמות שהוא" ללא אחריות. Machine translation may be difficult to understand. תרגום מכונה יכול להיות קשה להבין. Please refer to נא עיין original English article המאמר המקורי באנגלית whenever possible. בכל הזדמנות אפשרית.


152 Responses to “How to Move WordPress Blog to New Domain or Location” 152 תגובות ל "כיצד להעביר בלוג WordPress לניו תחום או מיקום"

Pages: [7] עמודים: [7] 6 6 5 5 4 4 3 3 2 2 1 1 » » Show All הצג הכל

  1. Sam Diener סם Diener
    October 26th, 2009 23:01 26 אוקטובר 2009 23:01
    152 152

    Thank you for this advice. תודה לך על העצה הזאת. It really helped me. זה באמת עזר לי.

    Sam סם

  2. nico ניקו
    October 17th, 2009 17:41 17 אוקטובר 2009 17:41
    151 151

    Thanks for the tips ! תודה על העצות!

Pages: [7] עמודים: [7] 6 6 5 5 4 4 3 3 2 2 1 1 » » Show All הצג הכל

Leave a Reply השאירו תגובה

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> באפשרותך להשתמש בתגים אלה: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime = ""> <em> <i> <q cite=""> <strike> <strong>

Subscribe to comments feature has been disabled. כדי להירשם הערות תכונה הושבת. To receive notification of latest comments posted, subscribe to כדי לקבל הודעה העדכנית של תגובות, כדי להירשם My Digital Life Comments RSS feed החיים שלי דיגיטליות תגובות RSS Feed or או register to receive הרשמה לקבלת new comments in daily email digest. תגובות חדש ב דוא"ל תקציר יומי.
Custom Search

New Articles מאמרים חדשים

Incoming Search Terms for the Article תנאי נכנסות חיפוש עבור מאמרים

moving wordpress WordPress נע - -- move wordpress blog to new domain בלוג WordPress כדי להעביר תחום חדש - -- wordpress move domain תחום להזיז WordPress - -- wordpress change domain תחום שינוי WordPress - -- how to migrate wordpress blog איך להעביר בלוג WordPress - -- move wordpress to new host WordPress להעביר לארח חדש - -- move wordpress WordPress לזוז - -- moving wordpress to a new domain נעה WordPress לתחום חדש - -- moving wordpress to new domain נעה WordPress אל תחום חדש - -- move wordpress blog בלוג WordPress לזוז - -- moving a wordpress blog to a new host להזיז בלוג WordPress לארח חדש - -- move wordpress to new domain WordPress לעבור תחום חדש - -- wordpress domain name שם תחום WordPress - -- digital life wordpress change new old blog דיגיטלית לשנות WordPress החיים בלוג חדש ישן - -- how to move wordpress blog כיצד להעביר בלוג WordPress - -- how to move a wordpress blog to a new host איך להעביר בלוג WordPress לארח חדש - -- migrate wordpress blog to new domain בלוג WordPress לנדוד אל תחום חדש - -- migrate wordpress לנדוד WordPress - -- migrate wordpress to another server WordPress להעביר לשרת אחר - -- migrate wordpress blog לנדוד בלוג WordPress - -- moving wordpress to different domain נעה WordPress אל תחום שונה - -- moving wordpress domains נעה תחומים WordPress - -- moving a wordpress site נעים אתר WordPress - -- moving wordpress to a new server נעה WordPress לשרת חדש - -- Moving wordpress database העברת נתונים WordPress - -- moving a wordpress blog נעה בלוג WordPress - -- moving wordpress to new host נעה WordPress לארח חדש - -- moving wordpress between domains WordPress נע בין תחומים - -- move wordpress WordPress לזוז - -- wordpress custom domain תחום מותאם אישית WordPress - -- wordpress moving domains WordPress תחומים מרגש - -- wordpress domain change שינוי תחום WordPress - -- how to move wordpress to another domain איך לעבור לתחום אחר WordPress - -- howto move wordpress to another site WordPress Howto לעבור לאתר אחר - -- move wordpress between domains WordPress לעבור בין תחומים - -- change location of wordpress database שינוי מיקום של מסד נתונים WordPress - -- change a wordpress domain שינוי תחום WordPress - -- change wordpress blog domain בלוג WordPress שינוי תחום - -- change domain name wordpress תחום WordPress לשנות את השם - -- change location of images in wordpress database שינוי המיקום של תמונות באתר וורדפרס - -- change wordpress domain תחום WordPress שינוי - -- changing the domain of a wordpress blog שינוי תחום של בלוג WordPress - -- domain wordpress תחום WordPress - -- domain für wordpress WordPress מתאריך תחום - -- how to change the domain for a worpress site כיצד לשנות את תחום באתר worpress - -- how to move a blog from wordpress.com כיצד להעביר בלוג מ wordpress.com - -- how to move one wordpress site to a new location כיצד להעביר אתר אחד WordPress למיקום חדש - -- how to change the wordpress blog url כיצד לשנות את כתובת בלוג WordPress - -- how to change domain name for wordpress blog כיצד לשנות שם תחום עבור בלוג WordPress - -- how to migrate wordpress איך להעביר WordPress - --