<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>WassUp Forums &#187; Topic: open_basedir restriction error</title>
		<link>http://www.wpwp.org/forums/topic/open_basedir-restriction-error</link>
		<description>WassUp Forums &raquo; Topic: open_basedir restriction error</description>
		<language>en-US</language>
		<pubDate>Sat, 11 Feb 2012 00:15:26 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.3</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.wpwp.org/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.wpwp.org/forums/rss/topic/open_basedir-restriction-error" rel="self" type="application/rss+xml" />

		<item>
			<title>scott74 on "open_basedir restriction error"</title>
			<link>http://www.wpwp.org/forums/topic/open_basedir-restriction-error#post-1328</link>
			<pubDate>Sun, 13 Nov 2011 16:17:37 +0000</pubDate>
			<dc:creator>scott74</dc:creator>
			<guid isPermaLink="false">1328@http://www.wpwp.org/forums/</guid>
			<description>&#60;p&#62;I have a multi site install of WP..&#60;br /&#62;
I am trying to run two seperate networks with two domains..&#60;/p&#62;
&#60;p&#62;The first domain  domain1.com  has a ssl cert on it..&#60;/p&#62;
&#60;p&#62;I want to for all newly created blogs in domain1.com to get prefixed with https instead of the default http  witout this affecting the other domain... &#60;/p&#62;
&#60;p&#62;I managed to force ssl over login and admin exclusively to domain1.com but cannot figure out how all newly created blogs dynamically get prefixed with the home url and site url of https&#60;/p&#62;
&#60;p&#62;any help would be much appreciated...&#60;/p&#62;
&#60;p&#62;This is the code i added to the wp config to get the login and admin ssl working&#60;/p&#62;
&#60;p&#62;if ( $_SERVER[&#34;HTTP_HOST&#34;] == &#34;domain1.com&#34; ) {&#60;br /&#62;
  define('FORCE_SSL_ADMIN', true);&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;ps.. wordpress install is on the root.. I am using subdirectories instead of subdomains for the multisite install...  ex... domain1.com/yoursite
&#60;/p&#62;</description>
		</item>
		<item>
			<title>helene on "open_basedir restriction error"</title>
			<link>http://www.wpwp.org/forums/topic/open_basedir-restriction-error#post-808</link>
			<pubDate>Wed, 17 Jun 2009 22:38:43 +0000</pubDate>
			<dc:creator>helene</dc:creator>
			<guid isPermaLink="false">808@http://www.wpwp.org/forums/</guid>
			<description>&#60;p&#62;Your warning message clearly shows a problem in your Wordpress configuration. The line&#60;br /&#62;
&#60;code&#62;C:\inetpub\wwwroot/wp-content/plugins/edit-tags.php?taxonomy=post_tag&#60;/code&#62; is part folder path (&#60;code&#62;c:\inetpug\wwwroot&#60;/code&#62;) and part URL address (&#60;code&#62;/wp-content/plugins/edit-tags.php?taxonomy=post_tag&#60;/code&#62;). It probably should be a URL only. My guess is that there is a typo in your Wordpress admin URL in &#34;Settings&#34; or in the file, &#34;wp-config.php&#34;. Try overriding your admin setting by manually adding a definition of WP_SITEURL in &#34;wp-config.php&#34; to see if that fixes it. See example below:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;//Dynamically set URL based on $_SERVER['HTTP_HOST']&#60;br /&#62;
define('WP_SITEURL', 'http://' . $_SERVER['HTTP_HOST'] . '/your-wordpress-folder-name');&#60;/p&#62;
&#60;/blockquote&#62;
&#60;p&#62;If Wordpress core files are not in a folder (named &#34;wordpress&#34; or similar) in your site root, then omit &#60;code&#62;. &#38;#39;/your-wordpress-folder-name&#38;#39;&#60;/code&#62; from the above definition, i.e: &#60;code&#62;define(&#38;#39;WP_SITEURL&#38;#39;, &#38;#39;http://&#38;#39; . $_SERVER[&#38;#39;HTTP_HOST&#38;#39;]);&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cajunj on "open_basedir restriction error"</title>
			<link>http://www.wpwp.org/forums/topic/open_basedir-restriction-error#post-807</link>
			<pubDate>Wed, 17 Jun 2009 15:51:03 +0000</pubDate>
			<dc:creator>cajunj</dc:creator>
			<guid isPermaLink="false">807@http://www.wpwp.org/forums/</guid>
			<description>&#60;p&#62;I can see your blog is for a pluggin, but my searching brought me to your site. Maybe you can help.&#60;/p&#62;
&#60;p&#62;I've installed mysql,php, and wordpress on ii7 on a svr 2k8 box&#60;/p&#62;
&#60;p&#62;the wp blog works fine but I can't log into the admin dashb&#60;/p&#62;
&#60;p&#62;I receive this error&#60;/p&#62;
&#60;p&#62;PHP Warning:  file_exists() [&#60;a href='function.file-exists'&#62;function.file-exists&#60;/a&#62;]: open_basedir restriction in effect. File(C:\inetpub\wwwroot/wp-content/plugins/edit-tags.php?taxonomy=post_tag) is not within the allowed path(s): (c:\inetpub\wwwroot) in C:\inetpub\wwwroot\wp-admin\menu-header.php on line 118&#60;/p&#62;
&#60;p&#62;Thanks&#60;/p&#62;
&#60;p&#62;J
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

