Different pseudo-static implementations of multiple PHP sites on IIS

Source: Internet
Author: User
Tags tld
Different pseudo-static implementations of multiple PHP sites under IIS
My development environment under IIS, now I implement the pseudo-static function of PHP I have installed isapi_rewrite3 in IIS can also implement a site pseudo-static function However, if my site to other virtual space, you need to write a httpd.conf in the root directory of the site, But how can IIS hit the file under each website? To achieve different pseudo-static functions of multiple websites
It is possible to write a. hpaccess file under Apache.
------Solution--------------------
Www.goithome.com to it home
------Solution--------------------
Through the Apache VirtualHost to achieve, specifically can read the manual

Namevirtualhost *:80



ServerName Www.domain.tld
Serveralias Domain.tld *.domain.tld
Documentroot/www/domain





ServerName Www.otherdomain.tld
Documentroot/www/otherdomain





------Solution--------------------
Isapi_rewrite3 free version does not support multi-user, the full version is to $, look for the broken bar, it seems to call the
  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.