{"id":874,"date":"2010-10-10T18:32:04","date_gmt":"2010-10-10T17:32:04","guid":{"rendered":"http:\/\/www.blackbam.at\/blog\/?p=874"},"modified":"2011-10-05T19:29:02","modified_gmt":"2011-10-05T17:29:02","slug":"configuration-of-wordpress-wp-config-php","status":"publish","type":"post","link":"https:\/\/blog.blackbam.at\/de\/2010\/10\/10\/configuration-of-wordpress-wp-config-php\/","title":{"rendered":"Konfiguration der wp-config.php in WordPress"},"content":{"rendered":"<p><\/p>\n<p>Nur eine kurze \u00dcbersicht \u00fcber die n\u00fctzlichsten Optionen in der wp-config.php:<\/p>\n<pre lang=\"php\">WP_POST_REVISIONS(false,integer) \/\/ the bigger the protject, the smaller the value (performance)\r\n\r\nWP_DEBUG(true,false) \/\/ only true to show errors in development\r\n\r\nSAVEQUERIES(false,true) \/\/ shows all wordpress database queries, useful for debugging\r\n\r\nWP_MEMORY_LIMIT(integerM) \/\/ the maximum file-size for WordPress to load\r\n\r\nWP_LANG(language) \/\/ define the default language\r\n\r\nLANGDIR(directory) \/\/ folder for language-files, possibility to create own lanugage files\r\n\r\nCUSTOM_USER_TABLE \/\/ possibility to use same user-database for more than one installation of WordPress\r\n<\/pre>\n<p><\/p>","protected":false},"excerpt":{"rendered":"<p>Just a short overview about the most useful variables in WordPress to use in wp-config.php<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[59],"tags":[74,75],"class_list":["post-874","post","type-post","status-publish","format-standard","hentry","category-wordpress","tag-configuration","tag-wp-config-php"],"_links":{"self":[{"href":"https:\/\/blog.blackbam.at\/de\/wp-json\/wp\/v2\/posts\/874","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.blackbam.at\/de\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.blackbam.at\/de\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.blackbam.at\/de\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.blackbam.at\/de\/wp-json\/wp\/v2\/comments?post=874"}],"version-history":[{"count":0,"href":"https:\/\/blog.blackbam.at\/de\/wp-json\/wp\/v2\/posts\/874\/revisions"}],"wp:attachment":[{"href":"https:\/\/blog.blackbam.at\/de\/wp-json\/wp\/v2\/media?parent=874"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.blackbam.at\/de\/wp-json\/wp\/v2\/categories?post=874"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.blackbam.at\/de\/wp-json\/wp\/v2\/tags?post=874"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}