<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>configuration &#8211; Blackbams Blog</title>
	<atom:link href="https://blog.blackbam.at/de/tag/configuration/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.blackbam.at/de</link>
	<description>development - digital arts - internet</description>
	<lastBuildDate>Wed, 05 Oct 2011 17:29:02 +0000</lastBuildDate>
	<language>de-DE</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.4</generator>
	<item>
		<title>Konfiguration der wp-config.php in WordPress</title>
		<link>https://blog.blackbam.at/de/2010/10/10/configuration-of-wordpress-wp-config-php/</link>
					<comments>https://blog.blackbam.at/de/2010/10/10/configuration-of-wordpress-wp-config-php/#respond</comments>
		
		<dc:creator><![CDATA[Blackbam]]></dc:creator>
		<pubDate>Sun, 10 Oct 2010 17:32:04 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[wp-config.php]]></category>
		<guid isPermaLink="false">http://www.blackbam.at/blog/?p=874</guid>

					<description><![CDATA[Just a short overview about the most useful variables in WordPress to use in wp-config.php]]></description>
										<content:encoded><![CDATA[<p>Nur eine kurze Übersicht über die nützlichsten Optionen in der wp-config.php:</p>

<pre lang="php">WP_POST_REVISIONS(false,integer) // the bigger the protject, the smaller the value (performance)

WP_DEBUG(true,false) // only true to show errors in development

SAVEQUERIES(false,true) // shows all wordpress database queries, useful for debugging

WP_MEMORY_LIMIT(integerM) // the maximum file-size for WordPress to load

WP_LANG(language) // define the default language

LANGDIR(directory) // folder for language-files, possibility to create own lanugage files

CUSTOM_USER_TABLE // possibility to use same user-database for more than one installation of WordPress
</pre><p><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fblog.blackbam.at%2Fde%2F2010%2F10%2F10%2Fconfiguration-of-wordpress-wp-config-php%2F&#038;title=Konfiguration%20der%20wp-config.php%20in%20WordPress" data-a2a-url="https://blog.blackbam.at/de/2010/10/10/configuration-of-wordpress-wp-config-php/" data-a2a-title="Konfiguration der wp-config.php in WordPress"><img class="colorbox-874"  src="https://static.addtoany.com/buttons/share_save_120_16.png" alt="Share"></a></p>]]></content:encoded>
					
					<wfw:commentRss>https://blog.blackbam.at/de/2010/10/10/configuration-of-wordpress-wp-config-php/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
