<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.phpgedview.net/en/index.php?action=history&amp;feed=atom&amp;title=Install_IIS_with_PHP_and_MySQL</id>
	<title>Install IIS with PHP and MySQL - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.phpgedview.net/en/index.php?action=history&amp;feed=atom&amp;title=Install_IIS_with_PHP_and_MySQL"/>
	<link rel="alternate" type="text/html" href="https://wiki.phpgedview.net/en/index.php?title=Install_IIS_with_PHP_and_MySQL&amp;action=history"/>
	<updated>2026-05-26T16:58:14Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>https://wiki.phpgedview.net/en/index.php?title=Install_IIS_with_PHP_and_MySQL&amp;diff=12111&amp;oldid=prev</id>
		<title>Momse: /* Configure IIS */</title>
		<link rel="alternate" type="text/html" href="https://wiki.phpgedview.net/en/index.php?title=Install_IIS_with_PHP_and_MySQL&amp;diff=12111&amp;oldid=prev"/>
		<updated>2010-05-16T16:32:38Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Configure IIS&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== What is IIS? ==&lt;br /&gt;
&lt;br /&gt;
IIS stands for Internet Information Services.&lt;br /&gt;
&lt;br /&gt;
IIS is Microsoft's own web server which can be installed by everyone who has Microsoft Windows operating system and the Windows installation CD. IIS doesn't cost anything, just the time to install.&lt;br /&gt;
&lt;br /&gt;
== What is this article? ==&lt;br /&gt;
&lt;br /&gt;
This article will walk you through with the help of many images how to install IIS, PHP and MySQL for PhpGedView. When finished, you will have your own web server which you can use privately at home as a test web server or even go online and let your family members connect to your PhpGedView installation.&lt;br /&gt;
&lt;br /&gt;
The installation is quite easy. Don't be afraid to try it, no matter if you are a pro or a newbie.&lt;br /&gt;
&lt;br /&gt;
This article is using only the basic installation to set up a working PhpGedView.&lt;br /&gt;
&lt;br /&gt;
Security and firewall issues would be an other and even a longer article.&lt;br /&gt;
&lt;br /&gt;
== What do I need to start? ==&lt;br /&gt;
&lt;br /&gt;
* Microsoft Windows installation CD&lt;br /&gt;
** To install IIS&lt;br /&gt;
* PHP and PHP pecl package&lt;br /&gt;
** Download from http://www.php.net/&lt;br /&gt;
* MySQL database and MySQL Administrator&lt;br /&gt;
** Download from http://www.mysql.com/&lt;br /&gt;
* PhpGedView&lt;br /&gt;
** Download from http://sourceforge.net/projects/phpgedview&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This article will use the following configuration :&amp;lt;br/&amp;gt;&lt;br /&gt;
*Microsoft Windows XP Professional, with Service Pack 2&amp;lt;br/&amp;gt;&lt;br /&gt;
:*IIS 5.1&amp;lt;br/&amp;gt;&lt;br /&gt;
*PHP and PHP pecl package 5.2.0&amp;lt;br/&amp;gt;&lt;br /&gt;
:*When you are downloading the packages, make sure that the PHP package and PHP pecl package have the same version and that they are not the installer, but the zip package.&lt;br /&gt;
*MySQL Database 5.0.27 and MySQL Administrator 1.2.4rc&amp;lt;br/&amp;gt;&lt;br /&gt;
*PhpGedView 4.0.2&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Attention! If you are using different Windows Operating systems, or different program versions of the downloaded programs, there might be some installation and configuration differences.&lt;br /&gt;
&lt;br /&gt;
== Install IIS ==&lt;br /&gt;
&lt;br /&gt;
The first thing is to install IIS.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Place your Microsoft Windows installation CD into your CD drive.&amp;lt;br/&amp;gt;&lt;br /&gt;
Go to &amp;quot;Control Panel&amp;quot; -&amp;gt; &amp;quot;Add or Remove Programs&amp;quot; -&amp;gt; &amp;quot;Add/Remove Windows Components&amp;quot;&amp;lt;br/&amp;gt;&lt;br /&gt;
In the &amp;quot;Windows Components Wizard&amp;quot; window highlight &amp;quot;Internet Information Services&amp;quot; and click on &amp;quot;Details&amp;quot;&amp;lt;br/&amp;gt;&lt;br /&gt;
In the &amp;quot;Internet Information Services&amp;quot; window mark the box for &amp;quot;World Wide Web Services&amp;quot; and click on &amp;quot;OK&amp;quot;.&amp;lt;br/&amp;gt;&lt;br /&gt;
These steps you can see on figure 1&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Image:Install_IIS_001.jpg|centre|450px|thumb|Install IIS, figure 1]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the &amp;quot;Windows Components Wizard&amp;quot; click &amp;quot;Next&amp;quot;.&amp;lt;br/&amp;gt;&lt;br /&gt;
Click &amp;quot;Finish&amp;quot; after Windows has installed IIS.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Open your Internet Explorer browser and type in the address bar http://localhost &amp;lt;br/&amp;gt;&lt;br /&gt;
Congratulations! You have your own web server.&amp;lt;br/&amp;gt;&lt;br /&gt;
Figure 2 shows you how it should look in Windows XP&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Image:Install_IIS_002.jpg|centre|450px|thumb|Install IIS, figure 2]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For now, we will wait to configure IIS.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Install PHP ==&lt;br /&gt;
&lt;br /&gt;
Why install the PHP package?&amp;lt;br/&amp;gt;&lt;br /&gt;
The PHP package makes it possible for any web server to be able to run php script web pages, like PhpGedView. Without the php package you would see only the text of the script and not the page.&amp;lt;br/&amp;gt;&lt;br /&gt;
When you are downloading the packages, make sure that the PHP package and PHP pecl package have the same version and that they are not the installer, but the zip package.&amp;lt;br/&amp;gt;&lt;br /&gt;
* Make a new folder and name it &amp;quot;php&amp;quot; on your root drive, like C:\&lt;br /&gt;
* Extract the downloaded php zip file into this folder&lt;br /&gt;
* Extract the downloaded php pecl zip file into the &amp;quot;:\php\ext&amp;quot; folder&lt;br /&gt;
&lt;br /&gt;
See figure 3&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Image:Install_IIS_003.jpg|centre|450px|thumb|Install PHP, figure 3]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Find &amp;quot;php.ini-recommended&amp;quot; file in the &amp;quot;:\php&amp;quot; folder. Copy the file to &amp;quot;:\WINDOWS&amp;quot; folder and rename it to &amp;quot;php.ini&amp;quot;.&amp;lt;br/&amp;gt;&lt;br /&gt;
This is the file that controls how php should work.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Configure PHP ==&lt;br /&gt;
&lt;br /&gt;
Open the file &amp;quot;:\WINDOWS\php.ini&amp;quot; in any text editor.&amp;lt;br/&amp;gt;&lt;br /&gt;
Find:&lt;br /&gt;
 max_execution_time = 30&lt;br /&gt;
and change it to:&lt;br /&gt;
 max_execution_time = 60&lt;br /&gt;
This tells php how many seconds a script should run before timeout.&amp;lt;br/&amp;gt;&lt;br /&gt;
Find:&lt;br /&gt;
 doc_root =&lt;br /&gt;
and change it to:&lt;br /&gt;
 doc_root = &amp;quot;C:\Inetpub\wwwroot&amp;quot;&lt;br /&gt;
or where your web pages will be&amp;lt;br/&amp;gt;&lt;br /&gt;
Find:&lt;br /&gt;
 extension_dir =&lt;br /&gt;
and change it to:&lt;br /&gt;
 extension_dir = &amp;quot;C:\php\ext&amp;quot;&lt;br /&gt;
Enable these extensions by removing the &amp;quot;;&amp;quot; in front of the line. If you can not find some of them, write them here in this section.&lt;br /&gt;
 extension=php_mbstring.dll&lt;br /&gt;
 extension=php_gd2.dll&lt;br /&gt;
 extension=php_mysqli.dll&lt;br /&gt;
These extensions are needed to run PhpGedView.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can also change the session folders path insted of using the Windows default temporary folder.&amp;lt;br/&amp;gt;&lt;br /&gt;
You can do this by adding or editing the &amp;quot;session.save_path&amp;quot; variable to this:&lt;br /&gt;
 session.save_path = &amp;quot;C:\php\session&amp;quot;&lt;br /&gt;
Make sure that this folder exists, if not, make one.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For testing later on, make a php file to test the php installation.&amp;lt;br/&amp;gt;&lt;br /&gt;
Open a text editor, like Notepad and write these lines:&lt;br /&gt;
 &amp;lt;?php&lt;br /&gt;
 phpinfo();&lt;br /&gt;
 ?&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
Save this as &amp;quot;phpinfo.php&amp;quot; in your web folder &amp;quot;C:\Inetpub\wwwroot&amp;quot; (if this is the default folder for your web pages.)&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Configure IIS ==&lt;br /&gt;
&lt;br /&gt;
Windows XP has IIS 5.1. This example shows you how to configure this version.&amp;lt;br/&amp;gt;&lt;br /&gt;
Go to &amp;quot;Control Panel&amp;quot; -&amp;gt; &amp;quot;Administrative Tools&amp;quot; -&amp;gt; &amp;quot;Computer Management&amp;quot;&amp;lt;br/&amp;gt;&lt;br /&gt;
Browse to &amp;quot;Services and Applications&amp;quot; -&amp;gt; &amp;quot;Internet Information Services&amp;quot; -&amp;gt; &amp;quot;Web Sites&amp;quot; -&amp;gt; &amp;quot;Default Web Site&amp;quot;&amp;lt;br/&amp;gt;&lt;br /&gt;
Right click on &amp;quot;Default Web Site&amp;quot;.&amp;lt;br/&amp;gt;&lt;br /&gt;
Click on &amp;quot;Properties&amp;quot; -&amp;gt; &amp;quot;ISAPI Filters&amp;quot; tab -&amp;gt; &amp;quot;Add&amp;quot;.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;quot;Filter Properties&amp;quot; window will be opened. In the &amp;quot;Filter name:&amp;quot; box, write&lt;br /&gt;
 .php&lt;br /&gt;
In the &amp;quot;Executable:&amp;quot; box, browse to your php installation folder and choose &amp;quot;php5isapi.dll&amp;quot;.&amp;lt;br/&amp;gt;&lt;br /&gt;
See figure 4&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Image:Install_IIS_004.jpg|centre|450px|thumb|Configure IIS, figure 4]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click &amp;quot;OK&amp;quot; to close the window and click &amp;quot;Apply&amp;quot;.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Go to &amp;quot;Documents&amp;quot; tab -&amp;gt; &amp;quot;Add&amp;quot;. In the &amp;quot;Default Document Name:&amp;quot; box, write:&lt;br /&gt;
 index.php&lt;br /&gt;
See figure 5&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Image:Install_IIS_005.jpg|centre|450px|thumb|Configure IIS, figure 5]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click on &amp;quot;OK&amp;quot; to close the window and click &amp;quot;Apply&amp;quot;.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We have now added “index.php” to a list of files that IIS will search for in a web folder. The first file IIS finds in this list in a web folder will be loaded. You can mark index.php and with the arrows you can move it up or down to choose the files priority. You can change the priority for every folder separately in the same way.&amp;lt;br/&amp;gt;&lt;br /&gt;
Go to &amp;quot;Home Directory&amp;quot; tab -&amp;gt; &amp;quot;Configuration...&amp;quot; -&amp;gt; &amp;quot;Add&amp;quot;. In the &amp;quot;Executable:&amp;quot; box, browse to the &amp;quot;php5isapi.dll&amp;quot; file and in the &amp;quot;Extension:&amp;quot; box write&lt;br /&gt;
 .php&lt;br /&gt;
See figure 6&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Image:Install_IIS_006.jpg|centre|450px|thumb|Configure IIS, figure 6]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click &amp;quot;OK&amp;quot; -&amp;gt; &amp;quot;Apply” -&amp;gt; and &amp;quot;OK&amp;quot; in the &amp;quot;Default Web Site Properties&amp;quot; window to close it.&amp;lt;br/&amp;gt;&lt;br /&gt;
In the &amp;quot;Computer Management&amp;quot; window browse to &amp;quot;Services and Applications&amp;quot; -&amp;gt; &amp;quot;Services&amp;quot;.&amp;lt;br/&amp;gt;&lt;br /&gt;
In the right window, search for &amp;quot;IIS Admin&amp;quot; and click on &amp;quot;Restart&amp;quot; to apply all changes we made.&amp;lt;br/&amp;gt;&lt;br /&gt;
See figure 7&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Image:Install_IIS_007.jpg|centre|450px|thumb|Configure IIS, figure 7]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Open your web browser and type: http://127.0.0.1/phpinfo.php &amp;lt;br/&amp;gt;&lt;br /&gt;
See figure 8&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Image:Install_IIS_008.jpg|centre|450px|thumb|Configure IIS, figure 8]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Congratulations! You have a web server with PHP installed!&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''IIS 6''' is installed and configured in a similar way as IIS 5 so far. IIS 6 has one more setting left before you can restart the web service to apply all your changes and to browse to phpinfo.php.&amp;lt;br/&amp;gt;&lt;br /&gt;
In the &amp;quot;Computer Management&amp;quot; window browse to &amp;quot;Services and Applications&amp;quot; -&amp;gt; &amp;quot;Internet Information Services (IIS) Manager&amp;quot; -&amp;gt; &amp;quot;Web Service Extensions&amp;quot;&amp;lt;br/&amp;gt;&lt;br /&gt;
Click &amp;quot;Add a new Web service extension...&amp;quot;&amp;lt;br/&amp;gt;&lt;br /&gt;
In the &amp;quot;Extension name:&amp;quot; box, write example: &amp;quot;PHP&amp;quot;&amp;lt;br/&amp;gt;&lt;br /&gt;
For &amp;quot;Required files&amp;quot; click &amp;quot;Add&amp;quot; and browse to your&amp;quot;:\php\php5isapi.dll&amp;quot;&amp;lt;br/&amp;gt;&lt;br /&gt;
Mark the box &amp;quot;Set extension status to Allowed&amp;quot;&amp;lt;br/&amp;gt;&lt;br /&gt;
See figure 9&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Image:Install_IIS_014.JPG|centre|450px|thumb|Configure IIS 6, figure 9]]&lt;br /&gt;
&lt;br /&gt;
Restart IIS and now browse to http://127.0.0.1/phpinfo.php &amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Install and configure MySQL ==&lt;br /&gt;
&lt;br /&gt;
Why install MySQL?&amp;lt;br/&amp;gt;&lt;br /&gt;
MySQL is probably the best free database in the market that PhpGedView supports. Most likely, PhpGedView will always support MySQL.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Start the MySQL installation program. These are the steps window by window :&amp;lt;br/&amp;gt;&lt;br /&gt;
Typical -&amp;gt; Next&amp;lt;br/&amp;gt;&lt;br /&gt;
See Figure 10&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Image:Install_IIS_101.JPG|centre|450px|thumb|Install MySQL, figure 10]]&lt;br /&gt;
Install&amp;lt;br/&amp;gt;&lt;br /&gt;
You can choose to &amp;quot;Skip Sign-Up&amp;quot;, for now -&amp;gt; Next&amp;lt;br/&amp;gt;&lt;br /&gt;
See Figure 11&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Image:MySQL_Signup.jpg|centre|450px|thumb|Install MySQL, figure 11]]&lt;br /&gt;
Mark &amp;quot;Configure the MySQL Server now&amp;quot; -&amp;gt; Finish&amp;lt;br/&amp;gt;&lt;br /&gt;
See Figure 12&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Image:Install_IIS_104.jpg|centre|450px|thumb|Install MySQL, figure 12]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The steps to configure MySQL :&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Next&amp;lt;br/&amp;gt;&lt;br /&gt;
Mark &amp;quot;Detailed Configuration&amp;quot; -&amp;gt; Next&amp;lt;br/&amp;gt;&lt;br /&gt;
See Figure 13&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Image:Install_IIS_106.JPG|centre|450px|thumb|Comfigure MySQL, figure 13]]&lt;br /&gt;
Mark &amp;quot;Developers Machine&amp;quot;, for low memory usage -&amp;gt; Next&amp;lt;br/&amp;gt;&lt;br /&gt;
See Figure 14&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Image:Install_IIS_107.JPG|centre|450px|thumb|Comfigure MySQL, figure 14]]&lt;br /&gt;
Mark &amp;quot;Transactional Database Only&amp;quot; -&amp;gt; Next&amp;lt;br/&amp;gt;&lt;br /&gt;
See Figure 15&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Image:Install_IIS_108.JPG|centre|450px|thumb|Comfigure MySQL, figure 15]]&lt;br /&gt;
Make sure your installation path is ok -&amp;gt; Next&amp;lt;br/&amp;gt;&lt;br /&gt;
Mark &amp;quot;Decision Support (DSS)/OLAP” -&amp;gt; Next&amp;lt;br/&amp;gt;&lt;br /&gt;
See Figure 16&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Image:Install_IIS_110.JPG|centre|450px|thumb|Comfigure MySQL, figure 16]]&lt;br /&gt;
Mark &amp;quot;Enable TCP/IP Networking&amp;quot; and &amp;quot;Enable Strict Mode&amp;quot;, set &amp;quot;Port Number:&amp;quot; to 3306 -&amp;gt; Next&amp;lt;br/&amp;gt;&lt;br /&gt;
See Figure 17&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Image:Install_IIS_119.JPG|centre|450px|thumb|Comfigure MySQL, figure 17]]&lt;br /&gt;
Mark &amp;quot;Best Support For Multilingualism&amp;quot;, support for UTF8 character set -&amp;gt; Next&amp;lt;br/&amp;gt;&lt;br /&gt;
See Figure 18&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Image:Install_IIS_111.jpg|centre|450px|thumb|Comfigure MySQL, figure 18]]&lt;br /&gt;
Mark &amp;quot;Install As Windows Service&amp;quot; and &amp;quot;Launch the MySQL Server automatically&amp;quot; and &amp;quot;Include Bin Directory in Windows PATH&amp;quot; -&amp;gt; Next&amp;lt;br/&amp;gt;&lt;br /&gt;
See Figure 19&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Image:Install_IIS_112.jpg|centre|450px|thumb|Configure MySQL, figure 19]]&lt;br /&gt;
Mark &amp;quot;Modify Security Settings&amp;quot;, type your password -&amp;gt; Next&amp;lt;br/&amp;gt;&lt;br /&gt;
See Figure 20&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Image:Install_IIS_113.jpg|centre|450px|thumb|Configure MySQL, figure 20]]&lt;br /&gt;
Execute&amp;lt;br/&amp;gt;&lt;br /&gt;
Finish&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You may need to restart Windows now.&amp;lt;br/&amp;gt;&lt;br /&gt;
Open your browser and browse to http://127.0.0.1/phpinfo.php &amp;lt;br/&amp;gt;&lt;br /&gt;
Now you can also find the &amp;quot;mysqli&amp;quot; extension on the PHP information page.&amp;lt;br/&amp;gt;&lt;br /&gt;
See Figure 21&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Image:Install_IIS_120.jpg|centre|thumb|450px|Configure MySQL, figure 21]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Install MySQL Administrator.&amp;lt;br/&amp;gt;&lt;br /&gt;
After installation start the program and fill in the settings and click &amp;quot;OK&amp;quot;.&amp;lt;br/&amp;gt;&lt;br /&gt;
See figure 22&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Image:Install_IIS_009.jpg|centre|MySQL Administrator, figure 22]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Here you can manage and configure MySQL easy. Usually the only two things you would need to configure are &amp;quot;User Administration&amp;quot; and &amp;quot;Catalogs&amp;quot;&amp;lt;br/&amp;gt;&lt;br /&gt;
Click on &amp;quot;Catalogs&amp;quot; and right click in the &amp;quot;Schemata&amp;quot; window (not the empty box), &amp;quot;Create New Schema&amp;quot;. Type in the &amp;quot;Schema name:&amp;quot; like &amp;quot;phpgedview&amp;quot;.&amp;lt;br/&amp;gt;&lt;br /&gt;
See figure 23&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Image:Install_IIS_010.jpg|centre|450px|thumb|MySQL Administrator, figure 23]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now you have a database for PhpGedView with the name &amp;quot;phpgedview&amp;quot;.&amp;lt;br/&amp;gt;&lt;br /&gt;
When you start PhpGedView for the first time, PhpGedView will fill this database out for you. Do not change anything manually in the database!&amp;lt;br/&amp;gt;&lt;br /&gt;
You might also need to add a new MySQL User to use it in PhpGedView instead of the main administrator &amp;quot;root&amp;quot;, for security reasons, especially if you go online.&amp;lt;br/&amp;gt;&lt;br /&gt;
To add a new user in MySQL, just click on the &amp;quot;User Administration&amp;quot; and &amp;quot;New User&amp;quot;. Fill in the user name and the password you want to use for PhpGedView.&amp;lt;br/&amp;gt;&lt;br /&gt;
You also have to assign this MySQL user some privileges to your PhpGedView database. The privileges have to be: SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER.&amp;lt;br/&amp;gt;&lt;br /&gt;
See figure 24&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Image:Install_IIS_121.jpg|centre|450px|thumb|MySQL Administrator, figure 24]]&lt;br /&gt;
&lt;br /&gt;
== Install PhpGedView ==&lt;br /&gt;
&lt;br /&gt;
Make a new folder in &amp;quot;:\Inetpub\wwwroot&amp;quot; and name it &amp;quot;phpgedview&amp;quot;.&amp;lt;br/&amp;gt;&lt;br /&gt;
Extract the downloaded PhpGedView zip file into the &amp;quot;phpgedview&amp;quot; folder.&amp;lt;br/&amp;gt;&lt;br /&gt;
Go to &amp;quot;Tools&amp;quot; -&amp;gt; &amp;quot;Folder Options&amp;quot; -&amp;gt; &amp;quot;View&amp;quot; tab and unmark &amp;quot;Use simple file sharing&amp;quot; -&amp;gt; &amp;quot;Apply&amp;quot; and &amp;quot;OK&amp;quot;&amp;lt;br/&amp;gt;&lt;br /&gt;
See figure 25&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Image:Install_IIS_011.jpg|centre|450px|thumb|Install PhpGedView, figure 25]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In Windows XP, this is how you have to enable to have the right to give security permissions to files and folders.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Right click on &amp;quot;config.php&amp;quot; and &amp;quot;Properties&amp;quot; -&amp;gt; &amp;quot;Security&amp;quot; tab.&amp;lt;br/&amp;gt;&lt;br /&gt;
Highlight &amp;quot;Internet Guest Account&amp;quot;. &amp;quot;IUSR_xxx&amp;quot; is the IIS user for which we have to give write permission. The &amp;quot;_xxx&amp;quot; in &amp;quot;IUSR_xxx&amp;quot; is your computer name.&amp;lt;br/&amp;gt;&lt;br /&gt;
See figure 26&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Image:Install_IIS_012.jpg|centre|Install PhpGedView, figure 26]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click &amp;quot;Apply&amp;quot; and &amp;quot;OK&amp;quot;.&amp;lt;br/&amp;gt;&lt;br /&gt;
If you cannot find &amp;quot;IUSR_xxx&amp;quot; in the list, just hit the &amp;quot;Add&amp;quot; -&amp;gt; &amp;quot;Advanced&amp;quot; -&amp;gt; &amp;quot;Find Now&amp;quot; to add the IIS user to the list.&amp;lt;br/&amp;gt;&lt;br /&gt;
You also have to add write permission to the &amp;quot;index&amp;quot; and &amp;quot;media&amp;quot; folder.&amp;lt;br/&amp;gt;&lt;br /&gt;
When you are finished with the PhpGedView configuration, don't forget to remove the write permission of the &amp;quot;config.php&amp;quot; file for security reasons.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Open your browser and type: http://127.0.0.1/phpgedview/ &amp;lt;br/&amp;gt;&lt;br /&gt;
See figure 27&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Image:Install_IIS_013.jpg|thumb|450px|centre|Install PhpGedView, figure 27]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Congratulations! You have now your own IIS web server with PHP, MySQL and PhpGedView.&amp;lt;br/&amp;gt;&lt;br /&gt;
In this article we are using the &amp;quot;php_mysqli.dll&amp;quot; extension for MySQL 4.1+ and PHP 5 so Figure 27 shows you the basics of starting configuration.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Configuring'''&lt;br /&gt;
&lt;br /&gt;
1. Choose &amp;quot;MySQL 4.1+ and PHP 5&amp;quot; as the database type&amp;lt;br/&amp;gt;&lt;br /&gt;
2. Set the database host as localhost, or you can also use the IP address 127.0.0.1&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For browsing, don't use http://localhost, that will give you login problems.&lt;br /&gt;
Use instead http://127.0.0.1 or your computers IP address for your computer - to get this, open a command prompt (Start/Run/cmd) and type:&lt;br /&gt;
 ipconfig &lt;br /&gt;
The &amp;quot;IP Address&amp;quot; is your computers address.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Good luck.&lt;br /&gt;
&lt;br /&gt;
[[Category:How To]]&lt;/div&gt;</summary>
		<author><name>Momse</name></author>
		
	</entry>
</feed>