• Okay, well I cannot log into wordpress from my site (taylorswifties.co.cc) and I can’t change the wordpress address (URL) or site address (URL) because the box is dark and wont let me click on it.

    WordPress address (URL) https://taylorswifties.co.cc/wordpress
    Site address (URL) https://taylorswifties.co.cc/wordpress
    It should be noted that when I try to log in, the page practically refreshes and adds /wordpress/ to the URL. So eventually I get something like this:
    https://taylorswifties.co.cc/wordpress/wordpress/wordpress/wordpress/wordpress/wordpress/wordpress/

    I reinstalled wordpress, if that helps.

    Also, heres what my wp-config looks like:

    <?php
    /**
     * The base configurations of the WordPress.
     *
     * This file has the following configurations: MySQL settings, Table Prefix,
     * Secret Keys, WordPress Language, and ABSPATH. You can find more information
     * by visiting {@link https://codex.www.ads-software.com/Editing_wp-config.php Editing
     * wp-config.php} Codex page. You can get the MySQL settings from your web host.
     *
     * This file is used by the wp-config.php creation script during the
     * installation. You don't have to use the web site, you can just copy this file
     * to "wp-config.php" and fill in the values.
     *
     * @package WordPress
     */
    
    // ** MySQL settings - You can get this info from your web host ** //
    /** The name of the database for WordPress */
    define('DB_NAME', 'hannahxd_wordpress');
    
    /** MySQL database username */
    define('DB_USER', 'hannahxd_hannahx');
    
    /** MySQL database password */
    define('DB_PASSWORD', '**********');
    
    /** MySQL hostname */
    define('DB_HOST', 'localhost');
    
    /** Database Charset to use in creating database tables. */
    define('DB_CHARSET', 'utf8');
    
    /** The Database Collate type. Don't change this if in doubt. */
    define('DB_COLLATE', '');
    define('WP_HOME','https://taylorswifties.co.cc/wordpress');
    define('WP_SITEURL','https://taylorswifties.co.cc/wordpress');
    
    /**#@+
     * Authentication Unique Keys and Salts.
     *
     * Change these to different unique phrases!
     * You can generate these using the {@link https://api.www.ads-software.com/secret-key/1.1/salt/ www.ads-software.com 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',         '.Bl*%lI+qTK|3jb9={U_d/4_hT1X-QLo
    
    tF9a-WxAQTLb}_pBVWW[9S=N9: (z ;');
    define('SECURE_AUTH_KEY',  '~<1~B8NJ~+p;zkNH+a(^wCtg?y)NfL6t

    :|WA^0O|#:ly2%w~C{7@))e{X+C%pXu’);
    define(‘LOGGED_IN_KEY’, ‘l*pt=8]XhC+:nP_GK-tK:rZeRQM4f}f Y[fZ.&oGWd.+zc^F=<![tUd2pCYUyv64’);
    define(‘NONCE_KEY’, ‘8KLT9G~A)k0-=+cM&bkwRqURuH906&]?ZnB~,7LqJF:z 5gj_]?1!YgF+r(I4KT=’);
    define(‘AUTH_SALT’, ‘7)v{-p38}Rrz*lx3FNiMhB{=mjQNfZeXlLWs?CF)$Ubp?avhENS-bi+9> `Q|UB.’);
    define(‘SECURE_AUTH_SALT’, ‘z;5@L8!Uqw#n#b/g=OBh#CsYYc`$[S^K+W yO=1l+-jyv{BG*hNc_4NX!|,PjPVH’);
    define(‘LOGGED_IN_SALT’, ‘eZJXhuCvumIAnA&Rbf^#a0*@D+rs{|bAACVn|Xk-wpR<Ma?-8z72%7mWC,m+8|eZ’);
    define(‘NONCE_SALT’, ‘;q=1hE9+Gk4+%eczeqO+huW*x8GQix[#>T+^G#r+7APE{L$/W#B[WDuu%+UH7CDk’);

    /**#@-*/

    /**
    * 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’, ”);

    /**
    * 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.
    */
    define(‘WP_DEBUG’, false);

    /* 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’);
    `

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Logging in/giving wordpress it's own directory ?!’ is closed to new replies.