Skip to content

Commit f5892ba

Browse files
Update Domain Hosting Example Server.md
1 parent f4e350a commit f5892ba

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

Apache Server/conf/Domain Hosting Example Server.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
***
22
# Domain Hosting Example Server
3+
***
4+
***
5+
6+
7+
### Apache24 New Add Good PHP 7.3
8+
9+
```httpd.conf
10+
LoadModule php7_module "E:/ComposerDirectory/ComposerDirectory/PHP 7.3.5 (64-bit)/php7apache2_4.dll"
11+
12+
PHPIniDir "E:/ComposerDirectory/ComposerDirectory/PHP 7.3.5 (64-bit)/"
13+
```
14+
15+
16+
# phpMyAdmin - Error - The mysqli extension & php v7.4
17+
```httpd.conf
18+
#PHPIniDir "C:/Apache24/PHP/" #PHP v7.4
19+
#LoadModule php7_module "C:/Apache24/PHP/php7apache2_4.dll"
20+
21+
```
22+
323
***
424
## New Good httpd.conf
525
***

0 commit comments

Comments
 (0)