We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4e350a commit f5892baCopy full SHA for f5892ba
Apache Server/conf/Domain Hosting Example Server.md
@@ -1,5 +1,25 @@
1
***
2
# 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
18
+#PHPIniDir "C:/Apache24/PHP/" #PHP v7.4
19
+#LoadModule php7_module "C:/Apache24/PHP/php7apache2_4.dll"
20
21
22
23
24
## New Good httpd.conf
25
0 commit comments