Loading...
 
Skip to main content

Wrong path with additional slash on IIS installs in document root

Status
Closed
Subject
Wrong path with additional slash on IIS installs in document root
Version
2.x
3.x
4.x
Category
  • Error
  • Usability
Feature
All / Undefined
OS independence (Non-Linux, Windows/IIS, Mac, BSD)
Submitted by
SMaton
Lastmod by
Philippe Cloutier
Rating
(0)
Description

Environment: Windows Server 2008 + IIS7

Problem: After installation, you're directed to tiki-change_password.php. The URL ist correct (in my case: "http://www.prohibition-online.com/tiki-change_password.php..."). I change the password and land on "http://www.prohibition-online.com/tiki-index.php".

Now I click onto logout and the URL I get to is:
"http://www.prohibition-online.com\/tiki-index.php".

Notice the "\" after my website name.

If I remove the "\", I access my index page as expected.

When I login, the "\" reappears.

same error as: http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=2250&trackerId=5&show=view

Solution
This should be fixed in branch 5.x, for Tiki 5.0. See #2250.
Workaround

put

$base_url = "http://www.prohibition-online.com/";

into absolute_urls.php

Importance
9 high
Priority
45
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
2310
Created
Friday 13 February, 2009 07:42:38 UTC
by Unknown
LastModif
Tuesday 25 May, 2010 04:59:03 UTC


Show PHP error messages