Jump to content

Search the Community

Showing results for tags 'iis'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Extreme Tech Support Information Center
    • Announcements and Information
  • Extreme Tech Support Forums
    • Tech Support & Discussions Forum
    • Microsoft Products Support & Discussions
    • Operating Systems Help & Support
    • Apple/Mac Help & Support
  • Extreme Tech Support Members Area
    • New Member Introductions
    • Water Cooler
    • Site Feedback / Bugs / Features
  • The Archive ( Read Only )
    • Legacy Operating Systems
    • Archives

Blogs

  • Windows Insider

Categories

  • General Websites
  • Computers & Technology
  • Coding & Programming
  • Microsoft Websites
  • Linux / Unix / MacOS

Categories

  • Files
    • Windows
    • Linux / Unix
  • Apps
    • Travel & GPS
    • Social Network
    • Puzzles & Games

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


About Me


Location


Gender


Occupation


Real Name


Experience


Operating System


Facebook


Twitter


Skype


Google Talk

Found 1 result

  1. To install PHP Manager on Windows, follow these steps: Install IIS (Internet Information Services): Open the Control Panel. Go to "Programs" > "Turn Windows features on or off." Check the box for "Internet Information Services" and click OK. Download PHP: Go to the PHP for Windows website. Download the latest Non-Thread Safe version of PHP (usually a zip file). Extract PHP: Extract the downloaded PHP zip file to a folder, e.g., C:\php. Configure PHP: Rename php.ini-development to php.ini. Open php.ini in a text editor and configure the necessary settings (like enabling extensions). Install PHP Manager: Download the PHP Manager for IIS from the official GitHub repository. Run the installer and follow the prompts to complete the installation. Configure PHP in IIS: Open IIS Manager. Select your server in the left pane. In the right pane, double-click on "Handler Mappings." Add a new module mapping for .php files that points to the php-cgi.exe file in your PHP installation directory. Test PHP: Create a phpinfo.php file in your web root (e.g., C:\inetpub\wwwroot\phpinfo.php) with the following content: <?php phpinfo(); ?> Open your web browser and navigate to http://localhost/phpinfo.php to see if PHP is working. After completing these steps, PHP should be successfully installed and configured on your IIS server. View full article
×
×
  • Create New...