---
title: "Installera PHP på Apache"
type: "forum-thread"
url: "https://www.webforum.nu/amne/php/76123-installera-php-på-apache"
topic: "PHP"
topic_url: "https://www.webforum.nu/amne/php"
author: "Alpha II"
published: "2003-05-06T18:18:15.000Z"
updated: "2003-05-07T06:45:14.000Z"
replies: 2
views: 206
page: 1
pages: 1
language: "sv-SE"
site: "webForum — webforum.nu"
rights: "Upphovsrätten till varje inlägg tillhör dess författare."
attribution: "Citera som: webForum, https://www.webforum.nu/amne/php/76123-installera-php-på-apache"
---

# Installera PHP på Apache

## #1 — Alpha II, 2003-05-06T18:18Z

Jag körde PHP Installern men den sa att den inte kunde installera php på apache så man måste göra det manuellt.

Hur gör jag det?

Permalänk: https://www.webforum.nu/p/76123

## #2 — RiC]-[iE, 2003-05-07T06:39Z

Öppna filen **httpd.conf** i mappen **conf** där du installerade Apache. Sedan lägger du till dessa rader längst ner i den filen:

```
ScriptAlias /php/ "C:\Php"
AddType application/x-httpd-php .php .php3 .phtml
Action application/x-httpd-php "/php/php.exe"
```

Permalänk: https://www.webforum.nu/p/1039703

## #3 — Qimen, 2003-05-07T06:45Z

> **RiC skrev:**
>
> \-\[iE\]Öppna filen **httpd.conf** i mappen **conf** där du installerade Apache. Sedan lägger du till dessa rader längst ner i den filen:
> 
>
>
> ```
> ScriptAlias /php/ "C:\Php"
> AddType application/x-httpd-php .php .php3 .phtml
> Action application/x-httpd-php "/php/php.exe"
> ```

Det förutser att man har php filerna (ex. php.exe) i c:\\
Sen bör man ställa in sina inställningar i conf filen till php. :)

Permalänk: https://www.webforum.nu/p/1039707

---

Tråden på webben: https://www.webforum.nu/amne/php/76123-installera-php-på-apache
