Topic: URL rewrite with portal
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.
Cant get working URL scheme!
My htaccees
RewriteEngine On
RewriteRule ^news?$ index.php?page=news [L]
RewriteRule ^chat?$ index.php?page=chat [L]
Forum location
http://xxx.com/forum
When forum Mod rewrite is working ,the i get top error and it from punbb on my custom pages where i include
this code
define('FORUM_ROOT', $forum_path);
define('PUN_TURN_OFF_MAINT', 1);
define('PUN_QUIET_VISIT', 1);
if (!empty($_POST['noforum'])) {
define('FORUM_DISABLE_CSRF_CONFIRM', 1);
}
require FORUM_ROOT.'include/common.php';
require FORUM_ROOT.'include/parser.php';
Where can be problem?