<blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;">Peter et al,<br><br>I followed your advise above with the XAMPP and a mirror setup of the wiki on my laptop. I got XAMPP working alright and I can even get to the homepage of the wiki. However, the page is unformatted and none of the links in the wiki work...<br>

<br>This is exactly what I have added to my local config file (my wiki folder is located at C:\xampp\htdocs\wiki, which is also the documentroot for apache):<br><br><span class="Apple-style-span" style="font-family: &#39;courier new&#39;; font-size: 10px; ">if ($_SERVER[&#39;SERVER_ADDR&#39;] == &quot;127.0.0.1&quot;){</span><br>

<span class="Apple-style-span" style="font-family: &#39;courier new&#39;; font-size: 10px; "> $ScriptUrl = &#39;<a href="http://localhost/" target="_blank">http://localhost/</a>&#39;;</span><br><span class="Apple-style-span" style="font-family: &#39;courier new&#39;; font-size: 10px; "> $PubDirUrl = &#39;<a href="http://localhost/pub" target="_blank">http://localhost/pub</a>&#39;;</span><br>

<span class="Apple-style-span" style="font-family: &#39;courier new&#39;; font-size: 10px; "># $EnablePathInfo=0;</span><br><span class="Apple-style-span" style="font-family: &#39;courier new&#39;; font-size: 10px; ">}</span><br>

<span class="Apple-style-span" style="font-family: &#39;courier new&#39;; font-size: 10px; ">else {</span><br><span class="Apple-style-span" style="font-family: &#39;courier new&#39;; font-size: 10px; ">$ScriptUrl = &#39;<a href="http://wiki.kumarsingh.com" target="_blank">http://wiki.kumarsingh.com</a>&#39;;</span><br>

<span class="Apple-style-span" style="font-family: &#39;courier new&#39;; font-size: 10px; ">$PubDirUrl = &#39;<a href="http://wiki.kumarsingh.com/pub" target="_blank">http://wiki.kumarsingh.com/pub</a>&#39;;</span><br><span class="Apple-style-span" style="font-family: &#39;courier new&#39;; font-size: 10px; ">}</span><br>

<font class="Apple-style-span" size="3"><span class="Apple-style-span" style="font-size: 12px;"><br></span></font><span class="Apple-style-span" style="font-size: 12px; ">However, once loaded, all links resolve to literally:</span><br>

<span class="Apple-style-span" style="font-size: 12px; "><a href="http://localhost" target="_blank">http://localhost</a>***/Group/Page ! (including the three asterixes).</span><br><span class="Apple-style-span" style="font-size: 12px; ">Looking at the source of this page, I could see the following:</span><br>

<font class="Apple-style-span" size="3"><span class="Apple-style-span" style="font-size: 12px;"><br></span></font><span class="Apple-style-span" style="font-family: &#39;courier new&#39;; font-size: 12px; "> &lt;link rel=&#39;stylesheet&#39; href=&#39;<a href="http://localhost" target="_blank">http://localhost</a>***/skins/cpmwiki/cpmwiki.css&#39; type=&#39;text/css&#39; /&gt; </span><br>

<span class="Apple-style-span" style="font-family: &#39;courier new&#39;; font-size: 12px; ">  &lt;script type=&quot;text/javascript&quot; src=&quot;<a href="http://localhost" target="_blank">http://localhost</a>***/skins/cpmwiki/sorttable.js&quot;&gt;&lt;/script&gt;</span><br>

<font class="Apple-style-span" size="3"><span class="Apple-style-span" style="font-size: 12px;"><br></span></font><span class="Apple-style-span" style="font-size: 12px; ">As you can see, it is again with the &quot;***&quot; after the &quot;localhost&quot;. It makes no difference whether I type in Localhost or 127.0.0.1 in the URL bar. What am I doing wrong? How can I get the links to display correctly?</span><br>

<font class="Apple-style-span" size="3"><span class="Apple-style-span" style="font-size: 12px;"><br></span></font></blockquote>Bump!<div>Any suggestions regarding the &quot;<b>***</b>&quot; that show up in my URLs?</div>
<div>
<br></div><div>All help will be greatly appreciated!</div><div>Thanks.</div>