WordPress Permalinks Does Not Work in xampp Setup WordPress permalinks لا يعمل في الاعداد xampp

xampp provides a convenient way to quickly and easily install and setup a web server that works without much configuration. xampp يوفر وسيلة مريحه لبسرعة وسهولة اعداد وتركيب وخدمة ويب انه يعمل دون الكثير من التكوين. However, permalinks feature won’t work with the default installation of xampp, even though you can properly customize the permalinks structure to create the .htaccess file. ومع ذلك ، لن permalinks ميزة العمل مع تنصيب xampp الافتراضي ، حتى لو كنت على الوجه الصحيح يمكن تخصيص permalinks لإنشاء الهيكل. Htaccess الملف.

When you click on any permalinks, your WordPress blog will return a 404 error instead, saying the post not found. عند النقر على أي permalinks ، بلوق WordPress الخاص بك سوف يعود 404 الف خطأ وبدلا من ذلك ، قائلا : لم يتم العثور على وظيفة. Instead, you can only access your blog posts via default permalinks structure, which is in the form of http://www.mydigitallife.info/?p=123. وبدلا من ذلك ، يمكنك فقط دخول حسابك بلوق وظائف عن طريق تقصير permalinks الهيكل ، الذي هو في شكل http://www.mydigitallife.info/؟p=123.

This is because in xampp, mod_rewrite is not enable by default. وذلك لأن في xampp ، mod_rewrite لا يمكن افتراضيا. Beside, AllowOverride directive in Apache configuration file is also set to None by default, causing Apache web server to ignore any .htaccess file, which used to rewrite the permalinks to the post’s actual url. الى جانب ، allowoverride التوجيه اباتشي في ملف التهيءه ايضا مجموعة لا شيء افتراضي ، مما ادى الى خادم الويب اباتشي على تجاهل ايه. Htaccess الملف ، والتي تستخدم لاعادة كتابة permalinks الى ما بعد الفعليه للموقع.

To use permalinks in WordPress that installed on xampp-based server, edit the httpd.conf that locates in C:\Program Files\xampp\apache\conf directory (folder). استخدام permalinks في ان WordPress المثبتة على اساس خادم xampp ، وتحرير httpd.conf ان يحدد مكانا في ج : \ ملفات البرنامج \ xampp \ اباتشي \ م دليل (مجلد). Open httpd.conf in any text editor, search for “mod_rewrite”. Httpd.conf مفتوحة في اي محرر نصوص ، والبحث عن "mod_rewrite". You should come to a line like this: يجب عليك ان التوصل الى مثل هذا الخط :

#LoadModule rewrite_module modules/mod_rewrite.so # Loadmodule وحدات rewrite_module / mod_rewrite.so

Remove the hash sign (#) from the line. ازالة التشويش علامة (#) من الخط. The # indicates the line is not in effect. # تدل على الخط ليست في الواقع. The changed line should looks like this: تغير خط ينبغي أن ينظر إلى مثل هذه :

LoadModule rewrite_module modules/mod_rewrite.so وحدات loadmodule rewrite_module / mod_rewrite.so

After that, search for “AllowOverride”. وبعد ذلك ، البحث عن "allowoverride". You will come to a line like this: انت ستصل الى مثل هذا الخط :

AllowOverride None لا شيء allowoverride

If the above line is contained within default directory (mean the directory declaration is just واذا كان الوارد اعلاه هو داخل الخط الافتراضي الدليل (يعني الدليل هو مجرد اعلان ), then it can be left as it is. (، وبعد ذلك يمكن ان يترك كما هو. Continue searching and you would come to a second instance of AllowOverride which is contained inside your web server’s document root (default for xampp is مواصلة البحث وكنت وصلت الى الدرجة الثانية من allowoverride الذي يرد داخل مركز خدمة الويب الخاص بك وثيقة الجذر (افتراضي للهو xampp in Windows). في ويندوز). Change the None to All to make the line looks like this: لا شيء تغير الى جميع لجعل الخط يبدو مثل هذا :

AllowOverride All جميع allowoverride

Restart the Apache. استئناف اباتشي. Permalinks is working after restart. Permalinks تعمل بعد بدء التشغيل.

IMPORTANT : This is a machine translated page which is provided "as is" without warranty. هام : هذا هو الاله الذي ترجم صفحة مقدمة "كما هى" دون ضمان. Machine translation may be difficult to understand. الترجمة الاليه قد يكون من الصعب ان نفهم. Please refer to يرجى الرجوع الى original English article المادة الاصليه English whenever possible. كلما كان ذلك ممكنا.

Share and contribute or get technical support and help at والمساهمة في حصة او الحصول على الدعم التقني والمساعدة فى My Digital Life Forums بلدي الرقميه الحياة المنتديات .



26 Responses to “WordPress Permalinks Does Not Work in xampp Setup” 26 ردود على "WordPress permalinks لا xampp العمل في الاعداد"

Pages: [2] صفحات : [2] 1 » Show All عرض الكل

  1. Arhtur
    August 15th, 2008 04:59 اب / اغسطس 15th ، 2008 04:59
    26

    Thanks A LOT! شكرا جزيلا! Works great! وتعمل كبرى!

Pages: [2] صفحات : [2] 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> يمكنك استخدام هذه العلامات : <ahref="" title=""> <abbrtitle=""> <acronymtitle=""> <b><blockquotecite=""> <cite><code><دل datetime = ""> <em><i><qCite=""> <strike><strong>

Subscribe without commenting اشترك بدون تعليق


Custom Search

New Articles المواد الجديدة

Incoming Search Terms for the Article الوافدة من حيث البحث عن المادة

xampp mod_rewrite xampp mod_rewrite - -- xampp htaccess xampp htaccess - -- mod_rewrite xampp mod_rewrite xampp - -- xampp .htaccess xampp. htaccess - -- xampp permalinks xampp permalinks - -- enable mod_rewrite XAMPP تمكين mod_rewrite xampp - -- wordpress permalinks not working WordPress permalinks لا تعمل - -- xampp wordpress permalinks xampp WordPress permalinks - -- xampp AllowOverride xampp allowoverride - -- xampp wordpress permalink xampp WordPress الدائم - -- wordpress permalink not working WordPress الدائم لا تعمل - -- xampp apache mod_rewrite xampp اباتشي mod_rewrite - -- wordpress xampp permalinks WordPress xampp permalinks - -- how to enable mod_rewrite in xampp كيفية تمكين mod_rewrite في xampp - -- enable mod_rewrite in xampp تمكين mod_rewrite في xampp - -- xampp enable htaccess xampp تمكين htaccess - -- Permalinks not working Permalinks لا تعمل - -- permalinks xampp permalinks xampp - -- htaccess xampp htaccess xampp - -- wordpress permalinks apache WordPress permalinks اباتشي - -- XAMPP Xampp - -- permalinks in xampp permalinks في xampp - -- xampp permalink wordpress xampp الدائم WordPress - -- mod_rewrite xampp windows mod_rewrite xampp ويندوز - -- permalinks do not work wordpress permalinks لا تعمل WordPress - -- wordpress permalinks page not found WordPress permalinks لم يتم العثور على الصفحه - -- wordpress permalink does not work WordPress الدائم لا يعمل - -- wamp wordpress permalinks نوع من البط WordPress permalinks - -- wordpress permalinks WordPress permalinks - -- wordpress permalink not found لم يتم العثور على WordPress الدائم - -- rewrite xampp اعادة كتابة xampp - -- xampp wordpress xampp WordPress - -- xampp enable mod_rewrite xampp تمكين mod_rewrite - -- will email work with xampp وسوف تعمل مع البريد الالكتروني xampp - -- wordpress permalink problem was not found on this server. WordPress الدائم لمشكلة لم يتم العثور على هذا الخادم. - -- setting .htaccess in xampp تحديد. htaccess في xampp - -- apache rewrite xampp اعادة كتابة اباتشي xampp - -- xampp mod_rewrite enable xampp تمكين mod_rewrite - -- wordpress xampp WordPress xampp - -- permalink wordpress xampp WordPress الدائم xampp - -- wordpress + .htaccess + permalinks + "page not found" + WordPress. htaccess permalinks + + "لم يتم العثور على الصفحه" - -- xampp htaccess httpd.conf xampp htaccess httpd.conf - -- wordpress permalink page not found WordPress الدائم لم يتم العثور على الصفحه - -- xampp and .htaccess وxampp. htaccess - -- XAMPP + htaccess Xampp + htaccess - -- mod rewrite xampp wordpress وزارة الدفاع لاعادة كتابة xampp WordPress - -- xampp htaccess enable xampp تمكين htaccess - -- xampp wordpress permalink not working xampp WordPress الدائم لا تعمل - -- wordpress permalinks xampp WordPress permalinks xampp - -- xampp authentic windows login xampp الحجيه ويندوز تسجيل الدخول - --