<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: 'courier new'; font-size: 10px; ">if ($_SERVER['SERVER_ADDR'] == "127.0.0.1"){</span><br>
<span class="Apple-style-span" style="font-family: 'courier new'; font-size: 10px; "> $ScriptUrl = '<a href="http://localhost/" target="_blank">http://localhost/</a>';</span><br><span class="Apple-style-span" style="font-family: 'courier new'; font-size: 10px; "> $PubDirUrl = '<a href="http://localhost/pub" target="_blank">http://localhost/pub</a>';</span><br>
<span class="Apple-style-span" style="font-family: 'courier new'; font-size: 10px; "># $EnablePathInfo=0;</span><br><span class="Apple-style-span" style="font-family: 'courier new'; font-size: 10px; ">}</span><br>
<span class="Apple-style-span" style="font-family: 'courier new'; font-size: 10px; ">else {</span><br><span class="Apple-style-span" style="font-family: 'courier new'; font-size: 10px; ">$ScriptUrl = '<a href="http://wiki.kumarsingh.com" target="_blank">http://wiki.kumarsingh.com</a>';</span><br>
<span class="Apple-style-span" style="font-family: 'courier new'; font-size: 10px; ">$PubDirUrl = '<a href="http://wiki.kumarsingh.com/pub" target="_blank">http://wiki.kumarsingh.com/pub</a>';</span><br><span class="Apple-style-span" style="font-family: 'courier new'; 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: 'courier new'; font-size: 12px; "> <link rel='stylesheet' href='<a href="http://localhost" target="_blank">http://localhost</a>***/skins/cpmwiki/cpmwiki.css' type='text/css' /> </span><br>
<span class="Apple-style-span" style="font-family: 'courier new'; font-size: 12px; "> <script type="text/javascript" src="<a href="http://localhost" target="_blank">http://localhost</a>***/skins/cpmwiki/sorttable.js"></script></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 "***" after the "localhost". 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 "<b>***</b>" that show up in my URLs?</div>
<div>
<br></div><div>All help will be greatly appreciated!</div><div>Thanks.</div>