You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Implement ± Default Hosts
- Allow alternative installation directory (still working on it)
- Improve Help Instructions
- Added edit status to tabs (need to implement undo)
- First steps in theming (not ready yet)
<p>Make sure that you have selected the server (XAMPP or MAMP) from the menu.</p>
57
-
58
-
<p>Find <ahref="doit:find:httpd-vhosts.conf"><code>httpd-vhosts.conf</code></a> and remove the comment(<code>#</code>) at the beginning of the <code>Include</code> (if any).
59
-
This gives:</p>
60
-
<pre># Virtual hosts
61
-
Include etc/extra/httpd-vhosts.conf</pre>
62
-
<divclass="macos">
63
-
<p>(MacOS:) Find <ahref="doit:find:User/Group"><code>User/Group</code></a> and change the User and Group to your own. Something like:</p>
64
-
<pre>User fred
65
-
Group admin</pre>
66
-
</div>
63
+
<ol>
64
+
<li>If you have installed in a non-standard location, enter it in the <strong>Server Root</strong></li>
65
+
<li>Make sure that you have selected the server (XAMPP or MAMP) from the menu.</li>
66
+
<li>Find <ahref="doit:find:httpd-vhosts.conf"><code>httpd-vhosts.conf</code></a> and remove the comment(<code>#</code>) at the beginning of the <code>Include</code> (if any). This gives:
67
+
<pre># Virtual hosts</pre>
68
+
<pre>Include etc/extra/httpd-vhosts.conf</pre>
69
+
</li>
70
+
<liclass="macos">
71
+
(MacOS:) Find <ahref="doit:find:User/Group"><code>User/Group</code></a> and change the User and Group to your own. Something like:
72
+
<pre>User fred</pre>
73
+
<pre>Group admin</pre>
74
+
</li>
75
+
</ol>
67
76
</div>
68
77
<divclass="textarea etc">
69
78
<textareaname="content">Open httpd.conf file or Select Platform</textarea>
<p>Make sure that you have selected the server (XAMPP or MAMP) from the menu.</p>
101
-
<p>Find <ahref="doit:find:sendmail_path"><code>sendmail_path</code></a> and remove the comment(<code>;</code>) at the beginning of the line(if any).<br>
102
-
Select the part after <code>sendmail_path=</code><br>
103
-
Locate your (fake) <ahref="doit:open:Sendmail Path:clipboard">sendmail</a> program and add the path at the end inside "quotes".<br>
104
-
This gives something like: <code>sendmail_path = "…/…/sendmail"</code>. Paste the resulting path.</p>
105
-
<p>While you’re at it, check <ahref="doit:find:extension ?= ?.*gd"><code>extension=gd</code></a> and remove the comment(<code>;</code>) at the beginning of the line(if any).<br>
106
-
This will enable you to use image functions in PHP.
107
-
</p>
108
-
115
+
<ol>
116
+
<li>If you have installed in a non-standard location, enter it in the <strong>Server Root</strong></li>
117
+
<li>Make sure that you have selected the server (XAMPP or MAMP) from the menu.</li>
118
+
<li>Set the <strong>sendmail path</strong>:
119
+
<ul>
120
+
<li>Find <ahref="doit:find:sendmail_path"><code>sendmail_path</code></a> and remove the comment(<code>;</code>) at the beginning of the line(if any).</li>
121
+
<li>Select the part after <code>sendmail_path=</code></li>
122
+
<li>Locate your (fake) <ahref="doit:open:Sendmail Path:clipboard">sendmail</a> program and add the path at the end inside "quotes".</li>
123
+
</ul>
124
+
This gives something like: <code>sendmail_path = "…/…/sendmail"</code>. Paste the resulting path.</li>
125
+
<li>While you’re at it, check <ahref="doit:find:extension ?= ?.*gd"><code>extension=gd</code></a> and remove the comment(<code>;</code>) at the beginning of the line(if any). This will enable you to use image functions in PHP. </li>
126
+
</ol>
109
127
</div>
110
128
<divclass="textarea etc">
111
129
<textareaname="content">Open php.ini file or Select Platform</textarea>
0 commit comments