How To Enable / Use .htaccess / Nice permalinks in Apache Web Server on Windows كيفية تمكين / استخدام. Htaccess / نيس permalinks في خادم الويب اباتشي على ويندوز
.htaccess is a web server directive file populalrly used in Apache Web Server in Linux / Unix environment. . htaccess هو توجيه خادم الويب الملف populalrly المستخدمة في ملقم الويب اباتشى فى لينكس / يونيكس البيئة. In windows environment there is a simple way to enable and use .htaccess. في بيئة ويندوز وهناك طريقة بسيطة لتمكين واستخدامها. Htaccess. Additionally it allows you to create nice permalinks for software like WordPress or phpBB. وبالاضافة إلى ذلك تسمح لك بانشاء نيس permalinks لبرامج مثل phpBB او WordPress.
To use .htaccess you need to enable mod_rewrite. لاستخدامها. Htaccess تحتاج لتمكين mod_rewrite. Even with that I didn’t have much success when I separately installed apache web server and php. وحتى مع انه لم يكن لدي الكثير من النجاح عندما ركبت على حدة وخادم الويب اباتشي بي. اتش. بى. However if you install XAMPP it is a piece of cake. ولكن اذا كنت تثبيت xampp انه هو قطعة من الكعكه.
XAMPP automatically installs Apache web server, MySQL database, PHP and a lot of other goodies. Xampp تلقائيا بتثبيت خادم الويب اباتشي ، والخلية قاعدة البيانات ، بي. اتش. بى وغيرها الكثير من الاشياء الجيدة. It does not however come with mod_rewrite enabled. بيد انها لا تأتي مع تمكين mod_rewrite. Let us assume you installed XAMPP in %XAMPP% directory. فلنفترض تثبيت xampp ٪ xampp ٪ في الدليل. Then you should open %XAMPP%\apache\conf\httpd.conf in notepad and search for mod_rewrite. ثم لك أن تفتح ٪ ٪ xampp \ اباتشي \ م \ httpd.conf ومحرر في البحث عن mod_rewrite. You will find a line like: سوف تجد الخط مثل :
#LoadModule rewrite_module modules/mod_rewrite.so # Loadmodule وحدات rewrite_module / mod_rewrite.so
Remove the # from the beginning. ازالة # منذ البداية. It will now look: وسوف ننظر الآن :
LoadModule rewrite_module modules/mod_rewrite.so وحدات loadmodule rewrite_module / mod_rewrite.so
Restart the Apache web server through XAMPP control panel. اعادة تشغيل خادم الويب اباتشي xampp من خلال لوحة التحكم. You are done! انت القيام به!
Filed under المقدم بمقتضى CMS Software برمجيه , ، Headline News أهم الانباء , ، How To كيف , ، Microsoft مايكروسوفت , ، Open Source Software برامج المصدر المفتوح , ، Pro Blogging الموالية بلوغغينغ , ، Tech Note ملاحظه تقنيه , ، Technology التقنيه , ، Web شبكة , ، Web Hosting استضافة المواقع , ، Web Services خدمات الشبكه العالمية , ، Windows نوافذ | |
| |
RSS 2.0 ار اس اس 2،0 | |
Trackback this Article | هذه المادة |
Email this Article ارسل هذه المادة
You may also like to read ويمكنك ايضا ان تقرأ |




October 30th, 2006 at 2:52 am تشرين الاول / اكتوبر 30th ، 2006 في الساعة 2:52
[...] XDForum (example: Anaconda Forum) is a nice basic forum software which works seamlessly with WordPress blogs (download our free theme and plugins). [...]Xdforum (على سبيل المثال : منتدى اناكوندا) هي نيس منتدى البرامج الاساسية التي تعمل بسلاسه مع بلوق WordPress (تحميل الموضوع الحر وملحقات). Unfortunately it works out-of-the-box with default permalinks only. ومما يؤسف له ان يعمل خارج اطار - فإن الاطار الافتراضي مع permalinks فقط. Most site today use nice permalinks. معظم استخدام الموقع اليوم permalinks نيس. This mini-tutorial will teach you how to use XDForum with nice permalinks (how to enable; tips and more). هذه الدورة التعليميه المصغره وسوف يعلمك كيفية استخدام xdforum مع نيس permalinks (كيفية تمكين ؛ النصائح واكثر). [...]
April 15th, 2007 at 8:31 am نيسان / ابريل 15th ، 2007 في الساعة 8:31
Wanted to test some أراد لاختبار بعض htaccess tips نصائح htaccess (they’re fine) and had exactly that problem on my machine with XAMPP–thank you! (انهم بخير) ، وبالضبط تلك المشكلة على آلة بلدي مع xampp - شكرا لك!
August 4th, 2007 at 1:46 pm الرابع من آب / اغسطس ، 2007 في الساعة 1:46
Thanks a lot for the tip. شكرا جزيلا للنصيحه.
November 26th, 2007 at 8:21 am تشرين الثاني / نوفمبر 26th ، 2007 في الساعة 8:21
Thanks, I was just reinstall my PC and try to deploy some of the application for my linux box to windows and found that it not working correctly. شكرا ، فقط انا بلدي جهاز الكمبيوتر واعادة المحاوله لنشر بعض من تطبيق لبلدي ويندوز الى لينكس مربع ووجدت أنها لا تعمل بشكل صحيح. It thought that XAMPP will be in the same configuration for both boxes. ورأت ان xampp سيكون في نفس التكوين على حد سواء لصناديق. Turn on mod_rewrite make everything back on track. Mod_rewrite بدوره على جعل كل شيء على المسار الصحيح.