Fortune Telling Collection - Free divination - How iis publishes php website iis builds php website

How iis publishes php website iis builds php website

How to deploy PHP website under IIS

First of all, you have to have windows2003 and IIS 6.0(6.0(6.0 (it will be over after 6.0). Then the things to be installed are: php5.2, mysql5.0, phpmyadmin2. 1 1.

It is too much trouble to find these things one by one. Luckily, we have wamp.

Once you learn how to install wamp, it's just "configuration".

All the file paths mentioned below are based on wamp. The directory of php in wamp is under wampphpWindows directory. Copy php5isapi.dll to c:windowswindows? ",and then open the browser to test it.

First, you need to modify php.ini and find the parameter extension_dir. Assuming wamp is installed on drive D, change it to

Extension _ Directory

=

"d: wamppextphpwindows \ system 32 order.

Write it down, otherwise it is useless to open extension=php_mysql.dll in php.ini, and you will get an error when browsing the page that needs to connect mysql.

"mysql" type does not exist.

We have encountered such a practical problem: the websites of asp and asp.net have been running on 54, and iis has seized port 80, so apache can't be used. Is there anyone else who must be present?

Single, find the httpd.conf file in wamp, replace all the words "80" with the port you want, and restart apache. There are four places in Apache.

Need to modify 80:

listen to

80, server name

Local host: 80, named virtual host

*:80, the first two are the default, and the last two will only appear if virtualhost is configured. & amplt/pre

comment

1 1

Load more

How to publish a website after installing IIS?

Hello. Firstly, FTP is set up on the server, and then the data is uploaded to the local server with the flashfxp tool to install IIS. Just publish the website. The program of CMS is PHP language and needs the support of MYSQL database. It is recommended to match IIS+PHP+MYSQL environment on the server. If not, you can ask your service provider to help you build and configure MYSQL database. Here is a tutorial for publishing IIS websites. I hope it helps you.

What are the publishing tools for large websites?

Publishing a website requires the following software:

——Dreamweaver, One of the Three Musketeers on the Internet

Dreamweaver, abbreviated as DW, is a special tool for website construction. DW must be used first in website construction, because Dreamweaver can automatically generate most structural codes of web pages and reduce input errors in website construction. Dreamweaver is the first choice tool for ordinary website builders, with simple interface and powerful practical functions. DW software is a comprehensive finishing tool in website production. The function of this tool is to organize various elements on a page. For example, integrating pictures, words, links and codes can be understood as "assembly department".

To modify (a picture or photograph) with a computer.

Using PS to process the pictures used in website construction.

home page

One of the tools that comes with office, because of its small size and simple operation, is well received by the users of entry-level website construction. Practical, easy to learn, with few functions. It is just an entry-level website building tool.

Page management

An independent website building system, in the process of website building, large enterprises generally have human resources and rich financial resources, so they will choose professional enterprise website building procedures, and then customize a template to serve their own style, while most small and medium-sized enterprises choose the ready-made enterprise website template of website building system. When choosing the self-help website building system, we should pay attention to whether the function of this system meets the requirements and how the reputation is. At present, most self-service website building systems in the market only support simple website building functions, while PageAdmin can modify corporate websites such as website columns, structure, layout and data, and support online payment, shopping, points, membership system and other functions. In the later stage of website construction, we need to consider the problems of website operation in the later stage, especially the construction of marketing website, and Pageadmin has done a good job in this respect.

Configuration of website running environment

Because the operation of a dynamic website in a remote server needs the support of the environment, in order to test the function of a well-built website, it is necessary to do a good job in the running state of the dynamic website in the local or intranet. For example, an ASP website needs to install IIS, and a PHP website needs to install an environment running PHP, all of which are necessary for building a good dynamic website.

Website source code uploading tool

After the website is built, it needs to be uploaded to a remote server or a virtual host. At this time, you must use FTP upload tools, such as FlashFXP, which is a common FTP tool. In order to establish a marketing website, based on the consideration of the website, it is best to test the structure of the website, the necessary content release and the layout of the relevant keywords of the website locally. After uploading, you don't need to make a big move on the website, which is better and can reduce the cycle of website acceptance and evaluation by search engines.

Other auxiliary software for website construction

1, FTP client

This is necessary. You have to upload your web files to your website space to be seen by other users on the Internet. Almost all website spaces rely on FTP services to upload your web files.

2. Server platform test software (development environment software)

Simulate the server environment on your own computer. You can think of your computer as a server and see how your code works on the server.

3. Browser plug-ins or functions

In development, you may need to use a browser to check whether your code is standard or not. Different browsers use different methods. Some have these functions, some need to install plug-ins, and some need to install additional help software, such as IEtester.