איך לאפשר UrlRewrite במעבר ל IIS7

איך לאפשר UrlRewrite במעבר ל IIS7

כאשר עוברים משרתים יותר ישנים ל - IIS 7, ה- web.config מפסיק לעבוד, ובמקרים מסויימים זורק שגיאה בכניסה לאתר. אז ככה מתקנים את זה :)

Medium 977 views

What You'll Need

  • ISS 7 urlrewrite שגיאה שרת

Steps

  1. 1

    Step 1

    יש להריץ 3 פקודות על מנת להמיר את הweb.config שיתאים ל - IIS7. את הפקודות יש להריץ עם הרשאות אדמיניסטרטור ב Command Prompt, או במילים אחרות, Start > Run > cmd
  2. 2

    Step 2

    Step 2
    %systemroot%\system32\inetsrv\APPCMD.EXE unlock config -s ection:system.webServer/modules %systemroot%\system32\inetsrv\appcmd.exe unlock config -s ection:system.webServer/handlers %SystemRoot%\system32\inetsrv\appcmd migrate config "SITENAME/"
  3. 3

    Step 3

    בפקודה השלישית, יש להחליף את SITENAME עם האתר שעבורו מבוצע התהליך, לדוגמא, bekaloot.co.il. האתר חייב להיות מוגדר ופעיל ב IIS7 לפני ביצוע הפקודות. כמו כן, לאחר שם האתר, חשוב מאד לא לשכוח את ה /, זאת אומרת ש bekaloot.co.il יזרוק שגיאה, אבל /bekaloot.co.il יעבוד בסדר גמור.

Related Guides

How to choose and buy your website domain name

How to choose and buy your website domain name

The name of the site says everything, it must be catchy, short, concise and yet tell what is behind the business. These few easy steps will explain how to choose and buy a domain name for your website.

Easy 1K views
How to choose a logo

How to choose a logo

How your logo appears and the impression it makes will influence how easy it is to to remember your company name.

Medium 7K views
How to Install IIS web server on Windows XP

How to Install IIS web server on Windows XP

There are people who dream of being pilots, there are those who want to be firefighters and people who always dreamed of installing IIS 5.1 on Windows XP PRO. In this guide we will explain how to install the Microsoft IIS on XP PRO operating system.

Hard 1K views
מורה נבוכים למחשוב ענן

מורה נבוכים למחשוב ענן

מדריך זה ינסה לשפוך מעט אור על הנושא "מחשוב עננים" אמאזון, גוגל, מיקרוסופט, go-grid, salesforce.com ועוד.... התבלבלתם ? אנסה להסביר את ההבדלים בין השרותים המוצעים, איך לבחור את השרות הנכון, ואיך לבחור את הספק הנכון.

Hard 3K views
How to install a home web server (Apache)

How to install a home web server (Apache)

Setting up a home web server is a very effective way to share. Once you set up your Web server on your computer you make it accessible (using a password, of course) You can download files from anywhere to your computer, listen to music directly from your home and most importantly, you can try out a new website that you are building on the server before you publish it.

Medium 2K views
How to Fix the OpenSSL Heartbleed Bug: A Comprehensive Guide

How to Fix the OpenSSL Heartbleed Bug: A Comprehensive Guide

Learn to identify, patch, and verify fixes for the critical OpenSSL Heartbleed vulnerability. This guide covers steps for Linux, Apache, Tomcat, and other systems.

Medium 14K views