Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2005-08-08 23:24:18

zem
Developer Emeritus
From: Melbourne, Australia
Registered: 2004-04-08
Posts: 2,579

IIS experts, please test r730

r730 stores some extra information about the request URI in the global $pretext variable. IIS works differently to everything else, of course.

IIS experts, can you please test this rev and make sure it doesn’t explode? If it’s working, a var_dump of $GLOBALS[‘pretext’] should show:

$pretext['request_uri'] = the request URI, i.e. /somewhere/index.php
$pretext['qs'] = anything after a ‘?’ in the URI
$pretext['subpath'] = the subdirectory containing the public Textpattern root, i.e. somewhere
$pretext['req'] = the request URI with the subpath stripped off, i.e. /index.php


Alex

Offline

#2 2005-12-28 20:57:43

bruno1378
Member
Registered: 2005-12-22
Posts: 22

Re: IIS experts, please test r730

please tell me how to test this and i would gladly try.

i am trying to install on IIS and having problems with commenting because the system assumes that Request_URI will be available, which on IIS it is not.

Offline

Board footer

Powered by FluxBB