Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Pages not found


Karen Zook
Participant

@karenzook

Here’s exactly what I have in my wp-config.php file (everything below the unique authentication key code). Actually examining this I think it’s pretty clear I’m missing something, but I don’t know what:

/**
* WordPress Database Table prefix.
*
* You can have multiple installations in one database if you give each a unique
* prefix. Only numbers, letters, and underscores please!
*/
$table_prefix = ‘wp_’;

/**
* WordPress Localized Language, defaults to English.
*
* Change this to localize WordPress. A corresponding MO file for the chosen
* language must be installed to wp-content/languages. For example, install
* de.mo to wp-content/languages and set WPLANG to ‘de’ to enable German
* language support.
*/
define (‘WPLANG’, ”);

define( ‘MULTISITE’, true );
define( ‘SUBDOMAIN_INSTALL’, true );
$base = ‘/’;
define( ‘DOMAIN_CURRENT_SITE’, ‘classicalfieldwork.com’ );
define( ‘PATH_CURRENT_SITE’, ‘/’ );
define( ‘SITE_ID_CURRENT_SITE’, 1 );
define( ‘BLOG_ID_CURRENT_SITE’, 1 );

define( ‘AUTH_SALT’, ‘.~rFFv>Rie|T7C^:Wzl|MdW:1LS{Dr.x+V}U2qrc?Crmhd+Q+sIf7D%#p+$;p<5U' );
define( ‘SECURE_AUTH_SALT’, ‘yFH.Ecyc:_UaMA:8XZc9n7^v#yZHb~(>+D,H<V| rI[AL5Lk<qrv8BfVFzAJT' );
define( ‘LOGGED_IN_SALT’, ‘r*?|QwI=q>#hN-0-[a0$E&Ymv}+Zl39+A^)?(T!Q8%ZB%UiMkK`;(!(@qC-Z]iID’ );
define( ‘NONCE_SALT’, ‘hVh_eHa)*r|MqURj:ciAcu=+.k]D0`R7*0Hu[l<(Iqz}#/A3%#_YmlE/e2tl4al,' );

/* That’s all, stop editing! Happy blogging. */

/** WordPress absolute path to the WordPress directory. */
if ( !defined(‘ABSPATH’) )
define(‘ABSPATH’, dirname(__FILE__) . ‘/’);

/** Sets up WordPress vars and included files. */
require_once(ABSPATH . ‘wp-settings.php’);

define(‘WP_ALLOW_MULTISITE’, true);

Skip to toolbar