anoniem Geplaatst: 15 augustus 2003 Delen Geplaatst: 15 augustus 2003 Hallo, Zou iemand me kunnen helpen. Ik heb op mijn XP Pro computer MySQL geinstalleerd en ook Internet Information Server. Ik heb een website met PHP code en deze wil ik laten draaien op IIS. Echter als ik de website oproep krijg ik de PHP code te zien, hij voert deze dus niet uit. Wie kan me op weg helpen of heeft een stap-voor-stap hanleiding hoe ik e.e.a. aan de praat kan krijgen. Alvast bedankt, HD Quote Link naar reactie
anoniem Geplaatst: 15 augustus 2003 Auteur Delen Geplaatst: 15 augustus 2003 hoe roep je de pagina op? Dat moet via "localhost".. anders parsed php helemaal niets. enneh.. move to servers. t. Quote Link naar reactie
anoniem Geplaatst: 15 augustus 2003 Auteur Delen Geplaatst: 15 augustus 2003 [quote:0de7f4ce28]Ik heb op mijn XP Pro computer MySQL geinstalleerd en ook Internet Information Server[/quote:0de7f4ce28] Heb je PHP ook wel geinstalleerd ? Quote Link naar reactie
anoniem Geplaatst: 18 augustus 2003 Auteur Delen Geplaatst: 18 augustus 2003 als het goed is kun je hier: [url]http://www.php.net/get/php-4.3.2-installer.exe/from/a/mirror[/url] PHP downloaden (op PHP.net). Deze installer kan zich installeren in IIS. Dan moet je in de browser "http://localhost" doen, en dan toont hij de pagina die ergens in de map van IIS staat (kheb zelf XP home dus weet t niet precies). suc6 Quote Link naar reactie
anoniem Geplaatst: 19 augustus 2003 Auteur Delen Geplaatst: 19 augustus 2003 [quote:ba817be4ab="Financial"][quote:ba817be4ab]Ik heb op mijn XP Pro computer MySQL geinstalleerd en ook Internet Information Server[/quote:ba817be4ab] Heb je PHP ook wel geinstalleerd ?[/quote:ba817be4ab] oxymoron RTFM [quote:ba817be4ab="install.txt"] To install PHP on an NT/2000/XP Server running IIS 4 or newer, follow these instructions. You have two options to set up PHP, using the CGI binary (php.exe) or with the ISAPI module. In either case, you need to start the Microsoft Management Console (may appear as 'Internet Services Manager', either in your Windows NT 4.0 Option Pack branch or the Control Panel=>Administrative Tools under Windows 2000). Then right click on your Web server node (this will most probably appear as 'Default Web Server'), and select 'Properties'. If you want to use the CGI binary, do the following: Under 'Home Directory', 'Virtual Directory', or 'Directory', click on the 'Configuration' button, and then enter the App Mappings tab. Click Add, and in the Executable box, type: c:\php\sapi\php.exe (assuming that you have unzipped PHP in c:\php\). Please note that you cannot use php-cli.exe with your webserver, you need to use php.exe which can be found in the sapi directory of your PHP distribution. In the Extension box, type the file name extension you want associated with PHP scripts. Leave 'Method exclusions' blank, and check the Script engine checkbox. You may also like to check the 'check that file exists' box - for a small performance penalty, IIS (or PWS) will check that the script file exists and sort out authentication before firing up php. This means that you will get sensible 404 style error messages instead of cgi errors complaing that php did not output any data. You must repeat from 'Click Add...' for each extension you want associated with PHP scripts. (.php is recommended. although .phtml and .php3 may be required for legacy applications.) Set up the appropriate security. (This is done in Internet Service Manager), and if your NT Server uses NTFS file system, add execute rights for I_USR_ to the directory that contains php.exe To use the ISAPI module, do the following: If you don't want to perform HTTP Authentication using PHP, you can (and should) skip this step. Under ISAPI Filters, add a new ISAPI filter. Use PHP as the filter name, and supply a path to the php4isapi.dll. Under 'Home Directory', click on the 'Configuration' button. Add a new entry to the Application Mappings. Use the path to the php4isapi.dll as the Executable, supply .php as the extension, leave Method exclusions blank, and check the Script engine checkbox. Stop IIS completely (net stop iisadmin) Start IIS again (net start w3svc) [/quote:ba817be4ab] Quote Link naar reactie
Aanbevolen berichten
Om een reactie te plaatsen, moet je eerst inloggen