Re: Cant find my Page
-
Good Day, Im very frustrated. After many Hours of Reading and Videos how to make a Homepage with WordPress,I was getting very good,till my Macbook was Dead!
I needed a new Macbook and Recover everything from Time Machine(Backup). Now I can’t open my Homepage anymore on localhost. Im using Mamp!
My config.php looks like that:
<?php
/**
* The base configuration for WordPress
*
* The wp-config.php creation script uses this file during the
* installation. You don’t have to use the web site, you can
* copy this file to ‘wp-config.php’ and fill in the values.
*
* This file contains the following configurations:
*
* * MySQL settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://codex.wordpress.org/Editing_wp-config.php
*
* @package WordPress
*/// ** MySQL settings – You can get this info from your web host ** //
/** The name of the database for WordPress */
define(‘DB_NAME’, ‘wordpress’);/** MySQL database username */
define(‘DB_USER’, ‘root’);/** MySQL database password */
define(‘DB_PASSWORD’, ‘root’);/** MySQL hostname */
define(‘DB_HOST’, ‘localhost’);/** Database Charset to use in creating database tables. */
define(‘DB_CHARSET’, ‘utf8mb4’);/** The Database Collate type. Don’t change this if in doubt. */
define(‘DB_COLLATE’, ”);/**#@+
* Authentication Unique Keys and Salts.
*
* Change these to different unique phrases!
* You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}
* You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again.
*
* @since 2.6.0
*/
define(‘AUTH_KEY’, ‘-1:wJGYe-CW]F1)-rZbj*p;QW^zW*7*-{/)9e{Yt+{-|M4L^va {pZ8i]!{*t7′);define(‘SECURE_AUTH_KEY’, ‘K!5:#3=[8;7jG}39HT}yl.IU0Sr|qdD7X;g9K>L_IW$lXcD0J4Rr*JI[;R,C(8/2’);
define(‘LOGGED_IN_KEY’, ‘HG}[e>Yd||J@OZ{}vB7Mps s8YKXM4974+GdajuJWt$b?*ua+`-OtSO754KHioT:’);
define(‘NONCE_KEY’, ‘#N{Cd|KgQ_=Lw{3^K@|L#NW~[oqcA|H~n:s-T}!!`R|[|lgwCZ@s+1nMHYMA]LZW’);
define(‘AUTH_SALT’, ‘t~C)`9%,|5)b1LtpQPR@mS~mVhb4-*-=GcX|-/R7r*gEI-$/)-2&wl9I^c(:+rg|’);
define(‘SECURE_AUTH_SALT’, ‘Fd|s#UUWUEUf4|i5u7KB^#DuW*q;T6d1ydy^ygvS[vM=C00(XDo1enzq#eF=Yi{h’);
define(‘LOGGED_IN_SALT’, ‘-y1!qh^(>c2P:SWe&h4%oVVQqf*|:bB-8$U0AR|Fr
=[.]|zV($CR4SZwZVVK-P’);define(‘NONCE_SALT’, ‘1_9~MB4O}0LUDW;%zMVs%&OR(?L3M2R:rC^#g*..|Tv)c-jD%ONpw}|<>7}K5s1Z’);
/**#@-*/
/**
* 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_’;/**
* For developers: WordPress debugging mode.
*
* Change this to true to enable the display of notices during development.
* It is strongly recommended that plugin and theme developers use WP_DEBUG
* in their development environments.
*
* For information on other constants that can be used for debugging,
* visit the Codex.
*
* @link https://codex.wordpress.org/Debugging_in_WordPress
*/
define(‘WP_DEBUG’, true);/* That’s all, stop editing! Happy blogging. */
/** 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’);
Im so confused, hope u guys can help me!
Thanks
MarkThe blog I need help with is: (visible only to logged in users)
-
The CODEX is only for those with wordpress.ORG software installs. It does not apply to wordpress.COM hosted blogs like http://hauser2016.wordpress.com/
-
WordPress.COM and WordPress.ORG are completely separate and have different username accounts, logins, features, run different versions of some themes with the same names, and have separate support documentation and separate support forums. Read the differences here http://en.support.wordpress.com/com-vs-org/
-
This is wordpress.COM support. We provide support only for wordpress.COM hosted sites. Our support docs do not apply to
(1) local installs of wordpress.ORG software on your own server or
(2) wordpress.ORG software installs on paid hosting, and we do not provide support for them at wordpress.COM. -
If you don’t have a username account at WordPress.ORG account, then click http://wordpress.org/support/ and register one on the top right-hand corner of the page that opens, https://wordpress.org/support/register.php so you can post to the support forums there.
Resetting your WordPress.ORG password http://codex.wordpress.org/Resetting_Your_Password
WordPress.org support docs are at https://codex.wordpress.org/Main_Page
See also https://apps.wordpress.org/support/ -
-
This is wordpress.COM support. We provide support only for wordpress.COM hosted sites. Our support docs do not apply to
(1) local installs of wordpress.ORG software on your own serverIf you don’t have a username account at WordPress.ORG account, then click http://wordpress.org/support/ and register one on the top right-hand corner of the page that opens, https://wordpress.org/support/register.php so you can post to the support forums there.
Resetting your WordPress.ORG password http://codex.wordpress.org/Resetting_Your_Password
WordPress.org support docs are at https://codex.wordpress.org/Main_Page
See also https://apps.wordpress.org/support/
- The topic ‘Re: Cant find my Page’ is closed to new replies.