<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Advanced Guestbook 404error"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Advanced Guestbook 404error"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Advanced Guestbook 404error</title>
				<description><![CDATA[ Hi<br /> <br /> My advanced guestbook has been running for a few months now without any problems, my host recently changed their cgi server, and since moving my guestbook to the new server everything works ok except when you click on next page to show other entries I get a 404 error saying the URL was not found on this server.  I haven't changed any file permissions or anything.<br /> <br /> Could anybody please tell me what the problem could be?<br /> <br /> The URL is <a class="snap_shots" href="http://ccgi.fellglint.plus.com/guestbook/" target="_blank" rel="nofollow">http://ccgi.fellglint.plus.com/guestbook/</a><br /> <br /> Many thanks]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4887/17369.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4887/17369.php</link>
				<pubDate><![CDATA[Mon, 1 Aug 2005 00:30:14]]> GMT</pubDate>
				<author><![CDATA[ TomH]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ try setting the base_url in the config file.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4887/17374.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4887/17374.php</link>
				<pubDate><![CDATA[Mon, 1 Aug 2005 14:00:57]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Hi Carbonize<br /> <br /> Thanks for your response, I have set the base Url, but it still doesn't make any difference, it still comes up with a 404 url not found.  I have noticed when the address comes up it says, <a class="snap_shots" href="http://ccgi.fellglint.plus.com/guestbook/guestbook?entry=10," target="_blank" rel="nofollow">http://ccgi.fellglint.plus.com/guestbook/guestbook?entry=10,</a> why is the word guestbook entered twice? could that be the reason? if so how would I change that?<br /> <br /> Many thanks.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4887/17376.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4887/17376.php</link>
				<pubDate><![CDATA[Mon, 1 Aug 2005 14:55:49]]> GMT</pubDate>
				<author><![CDATA[ TomH]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ What did you put in for the base url?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4887/17377.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4887/17377.php</link>
				<pubDate><![CDATA[Mon, 1 Aug 2005 16:04:17]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I just put <a class="snap_shots" href="http://ccgi.fellglint.plus.com/guestbook/" target="_blank" rel="nofollow">http://ccgi.fellglint.plus.com/guestbook/</a> for the base URL.<br /> <br /> $GB_PG["base_url"] = "http://ccgi.fellglint.plus.com/guestbook";  <br /> <br /> $DB_CLASS  = "mysql.class.php";<br /> $TEC_MAIL  = "tom@fellglintpugs.co.uk";<br /> $GB_UPLOAD = "public";<br /> $GB_TMP    = "tmp";<br /> <br /> if ($GB_PG["base_url"] == "") {<br />     $inter_type = php_sapi_name();<br />     if ($inter_type == "cgi") {<br />         if (isset($HTTP_SERVER_VARS["PATH_INFO"]) &amp;&amp; !empty($HTTP_SERVER_VARS["PATH_INFO"])) {<br />             $GB_PG["base_url"] = dirname($HTTP_SERVER_VARS["PATH_INFO"]);<br />         } elseif (isset($HTTP_SERVER_VARS["REQUEST_URI"]) &amp;&amp; !empty($HTTP_SERVER_VARS["REQUEST_URI"])) {<br />             $GB_PG["base_url"] = dirname($HTTP_SERVER_VARS["REQUEST_URI"]);<br />         } else {<br />             $GB_PG["base_url"] = dirname($HTTP_SERVER_VARS["SCRIPT_NAME"]);<br />         }<br />     } else {<br />         $GB_PG["base_url"] = dirname($HTTP_SERVER_VARS["PHP_SELF"]);<br />     }<br /> }<br /> <br /> ?&gt;]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4887/17378.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4887/17378.php</link>
				<pubDate><![CDATA[Mon, 1 Aug 2005 16:23:58]]> GMT</pubDate>
				<author><![CDATA[ TomH]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ It seems that for some reason, when clicking on the next page button it is not going to for example<br /> <br /> <a class="snap_shots" href="http://ccgi.fellglint.plus.com/guestbook/index.php?entry=10" target="_blank" rel="nofollow">http://ccgi.fellglint.plus.com/guestbook/index.php?entry=10</a><br /> <br /> but the strange thing is that if I click on admin for example and then on back to guestbook and then try next page it works ok, with the correct URL.<br /> <br /> I would be very grateful if anybody could shed some light on the problem.<br /> <br /> Many thanks.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4887/17386.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4887/17386.php</link>
				<pubDate><![CDATA[Mon, 1 Aug 2005 23:32:02]]> GMT</pubDate>
				<author><![CDATA[ TomH]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Change the link in your menu to the full <a class="snap_shots" href="http://ccgi.fellglint.plus.com/guestbook/index.php" target="_blank" rel="nofollow">http://ccgi.fellglint.plus.com/guestbook/index.php</a> as that fixes it. This is what made me think it was a base_url problem.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4887/17388.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4887/17388.php</link>
				<pubDate><![CDATA[Tue, 2 Aug 2005 01:01:50]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Thanks very much for your help Carbonize, that fixed it, been trying to figure it out all night.<br /> <br /> Thanks again.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4887/17390.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4887/17390.php</link>
				<pubDate><![CDATA[Tue, 2 Aug 2005 01:36:49]]> GMT</pubDate>
				<author><![CDATA[ TomH]]></author>
			</item>
	</channel>
</rss>