[wp-trac] [WordPress Trac] #18103: Add support for new web server - IdeaWebServer
WordPress Trac
wp-trac at lists.automattic.com
Wed Jul 13 17:01:31 UTC 2011
#18103: Add support for new web server - IdeaWebServer
-----------------------------+-----------------------------
Reporter: utnalove | Owner:
Type: feature request | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: 3.2
Severity: normal | Keywords:
-----------------------------+-----------------------------
I wrote about it [http://wordpress.org/support/topic/no-apache-
ideawebserver-what-can-i-do?replies=5 here].
The hosting provider suggests to change the core files. And add
{{{
strstr($_SERVER['SERVER_SOFTWARE'], 'IdeaWebServer')) ? 1 : 0;
to the vars.php
}}}
In addition to this it looks like that in the pluggable.php file this code
{{{
$location = wp_sanitize_redirect($location);
}}}
should be changed to this code
{{{
$location = wp_sanitize_redirect($location);
if ($location[0] == '/')
$location = get_bloginfo('url') . $location;
}}}
Is it possible to make these changes official in the next releases?
--
Ticket URL: <http://core.trac.wordpress.org/ticket/18103>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list