-
ustimenko changed the public information on the ApachePHPMySQL project.
2009-12-14 04:53:17 UTC in ApachePHPMySQL
-
1. Change in DNS.
2. Change in apache config.
= DNS =
If you work only locally, then go to Start / Programs / ApachePHPMySQL / Config / Hosts
Find there needed string, add space and your new host. For example third.
So there was "127.0.0.1 one two" and then it will be "127.0.0.1 one two three".
= Apache =
Clone some of the existing and change there directives...
2009-12-04 10:01:13 UTC in ApachePHPMySQL
-
I already have "first" and "second" virtualhosts, but I want another one. For example "third".
2009-12-04 10:00:55 UTC in ApachePHPMySQL
-
Open your apache config.
Find string "AddType application/x-httpd-php .php"
And replace it on "AddType application/x-httpd-php .php .php3 .phtml"
Restart apache.
2009-12-04 09:55:23 UTC in ApachePHPMySQL
-
Currently files with extensions *.php is working normal. But I want also to work with another extensions. For example — *.phtml or *.php3.
2009-12-04 09:54:03 UTC in ApachePHPMySQL
-
Start / Programs / ApachePHPMySQL / Config / Apache
Find string "Listen 127.0.0.1:80"
Replace it on "Listen *:80"
Also change to
Restart apache.
2009-12-04 09:30:39 UTC in ApachePHPMySQL
-
I want to allow other people to open my server in a local network.
2009-12-04 09:26:23 UTC in ApachePHPMySQL
-
ustimenko changed the public information on the ApachePHPMySQL project.
2009-11-29 23:29:35 UTC in ApachePHPMySQL
-
ustimenko changed the public information on the ApachePHPMySQL project.
2009-11-29 23:29:20 UTC in ApachePHPMySQL
-
ustimenko changed the public information on the ApachePHPMySQL project.
2009-11-29 23:28:43 UTC in ApachePHPMySQL