<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[PunBB Forums — URL rewrite with portal]]></title>
		<link>https://punbb.informer.com/forums/topic/21609/url-rewrite-with-portal/</link>
		<atom:link href="https://punbb.informer.com/forums/feed/rss/topic/21609/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in URL rewrite with portal.]]></description>
		<lastBuildDate>Sun, 10 May 2009 12:00:44 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: URL rewrite with portal]]></title>
			<link>https://punbb.informer.com/forums/post/127561/#p127561</link>
			<description><![CDATA[<p>Yes it works! <br />To add forum to your .htaccess ,i use this line.<br /></p><div class="codebox"><pre><code>RewriteRule ^forum/.* forum/rewrite.php [L]</code></pre></div><p>Maybe somebody will need this <img src="https://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (Wuu)]]></author>
			<pubDate>Sun, 10 May 2009 12:00:44 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/127561/#p127561</guid>
		</item>
		<item>
			<title><![CDATA[Re: URL rewrite with portal]]></title>
			<link>https://punbb.informer.com/forums/post/127512/#p127512</link>
			<description><![CDATA[<p>This error appears when Forum tries to fix the request URI, if it is not set correctly. Try this: before including this peace of code on custom (not forum) pages you can ignore this checkup for correct URI requests by defining a constant:<br /></p><div class="codebox"><pre><code>define(&#039;FORUM_IGNORE_REQUEST_URI&#039;, 1);</code></pre></div><p>Report if this method will work. Also the constant &quot;PUN_TURN_OFF_MAINT&quot; was renamed to &quot;FORUM_TURN_OFF_MAINT&quot;, and &quot;PUN_QUIET_VISIT&quot; to &quot;FORUM_QUIET_VISIT&quot; in PunBB 1.3</p>]]></description>
			<author><![CDATA[null@example.com (Slavok)]]></author>
			<pubDate>Fri, 08 May 2009 11:07:07 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/127512/#p127512</guid>
		</item>
		<item>
			<title><![CDATA[URL rewrite with portal]]></title>
			<link>https://punbb.informer.com/forums/post/127488/#p127488</link>
			<description><![CDATA[<div class="codebox"><pre><code>An error was encountered

The web server you are using is not correctly setting the REQUEST_URI variable. This usually means you are using IIS6, or an unpatched IIS7. Please either disable SEF URLs, upgrade to IIS7 and install any available patches or try a different web server.</code></pre></div><p>Cant get working URL scheme!</p><p>My htaccees<br /></p><div class="codebox"><pre><code>RewriteEngine On
RewriteRule ^news?$ index.php?page=news [L]
RewriteRule ^chat?$ index.php?page=chat [L]</code></pre></div><p>Forum location<br /><a href="http://xxx.com/forum">http://xxx.com/forum</a></p><p>When forum Mod rewrite is working ,the i get top error and it from punbb on my custom pages where i include <br />this code<br /></p><div class="codebox"><pre><code>    define(&#039;FORUM_ROOT&#039;, $forum_path);
    define(&#039;PUN_TURN_OFF_MAINT&#039;, 1);
    define(&#039;PUN_QUIET_VISIT&#039;, 1);
    if (!empty($_POST[&#039;noforum&#039;])) {
        define(&#039;FORUM_DISABLE_CSRF_CONFIRM&#039;, 1);
    }
    require FORUM_ROOT.&#039;include/common.php&#039;;
    require FORUM_ROOT.&#039;include/parser.php&#039;;</code></pre></div><p>Where can be problem?</p>]]></description>
			<author><![CDATA[null@example.com (Wuu)]]></author>
			<pubDate>Thu, 07 May 2009 20:47:58 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/127488/#p127488</guid>
		</item>
	</channel>
</rss>
