Wordpress - Performance and Security - wp-config.php

define( 'WP_HOME','http://meusite.com' ); define( 'WP_SITEURL','http://meusite.com' ); define( 'TEMPLATEPATH','/greeks/meuusuario/public_html/wp-content/themes/meutheme' ); define( 'STYLESHEETPATH','/greeks/meuusuario/public_html/wp-content/themes/meutheme' ); define( 'AUTOSAVE_INTERVAL', 180 ); define( 'WP_POST_REVISIONS', 5 ); define( 'DISABLE_WP_CRON', true ); define( 'EMPTY_TRASH_DAYS', 7 ); define( 'DISALLOW_FILE_EDIT', true ); define( 'AUTOMATIC_UPDATER_DISABLED', true );

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.