Forum Replies Created

Viewing 7 replies - 16 through 22 (of 22 total)
  • Thread Starter rcarp13

    (@rcarp13)

    I’ve changed everything cache I could find. No change. In fact site is trying to reload wp but I disable the ability.

    it loads this page http://typetwodiabetes.us/wp-admin/install.php
    which is not the proper login page

    message
    This page isn’t working
    typetwodiabetes.us redirected you too many times.

    Thread Starter rcarp13

    (@rcarp13)

    OK I will do these thing as you said I’ll try disable folders first. more to follow.

    Thank you for your help

    Thread Starter rcarp13

    (@rcarp13)

    it seems there is caching on the server but it is disabled currently. Would that be better used than w3 total cache I mean the server caching service?

    Thread Starter rcarp13

    (@rcarp13)

    I turned the cache off in my efforts to fix thing. I neglected to say before this happened I could not make changed to my pages so I turned of the w3 total cache and then this started happening.

    I’ll look on the server caching

    Thread Starter rcarp13

    (@rcarp13)

    no after several activities it stops and starts promoting me to reinstall. I have changed the install.php and setup-config.php in the wp-admin file so the install window does not appear.

    I will clear the cache again

    Thread Starter rcarp13

    (@rcarp13)

    Yes I’m using W3 Total Cache
    wp-config.php file

    <?php
    /** Enable W3 Total Cache */
    define(‘WP_CACHE’, true); // Added by W3 Total Cache

    /**
    * 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.ww.wp.xz.cn/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’, ‘xxxxxxxxxxxxxx’);

    /** MySQL database username */
    define(‘DB_USER’, ‘xxxxxxxxxxxxxx’);

    /** MySQL database password */
    define(‘DB_PASSWORD’, ‘xxxxxxxxxxxxxx’);

    /** MySQL hostname */
    define(‘DB_HOST’, ‘xxxxxxxxxxxxxx’);

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

    /**#@+
    * Authentication Unique Keys and Salts.
    *
    * Change these to different unique phrases!
    * You can generate these using the {@link https://api.ww.wp.xz.cn/secret-key/1.1/salt/ ww.wp.xz.cn 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’, ‘}>dx[?w!E?JQkxzV{UE/%}KBA!bBzOBnDVE)ykfZCvPXj^Nu]MC?|u;>mGt^%T{zzy+|SMy@&)@G!aDEjT}^^SiAmQ+/>rEKj_TC=nn|v!VLAb<<*Y_P=S_Uh!]!dSKu’);
    define(‘SECURE_AUTH_KEY’, ‘tM@;w/G-xL|-e*!|T&tE?d<^pOgJ|QvrCk&W[WtCbDZnNwVU&xpngzb$@oIEE%[@>UdxM&OmtBTJM_wO(T{t)m^vM^^HzQtk=b==|R|-%^mH{Ko}T/pP^u?fQ/&vW<sl’);
    define(‘LOGGED_IN_KEY’, ‘Vms({hlPp?xY>ijGmJH$Oo%bfxHQm$DZ>ILvxZcCce*!?%wDlL!H%GRIzmNL%goaN)Wq+NTL>@*^Z$f)XCsFzGC@{-EV{aQQ*RR!IPZ|(&d|^{tP@YuwkM;FH;aK]sle’);
    define(‘NONCE_KEY’, ‘%p-fs&*UqPcGm;<hi{o_c+a)={aZqHRoA]]{yyXahd&xYzgIgo-$@v*qjYb!(yrXN$uLLzA(YCEy^Bc@DsM;+af=cWHnDj%IBhIR]*nw$!+=cFpkk<u]T)v!+A}APAuF’);
    define(‘AUTH_SALT’, ‘?z+;u}=@]$JnXzG{you%[^c/_(x-Sy@bB]icOT$DP(=|{T{KPY=s%sChK*(QSwb%LngKNPYFh</W%uzK$DoG%zWX[HAt}h%*%N^ngqxgqwvXl[;doyRYl!GcbeRJK-Sb’);
    define(‘SECURE_AUTH_SALT’, ‘+DxyXrO(BHw!pACF&Antd;njr_N(ofrn(!-Bz!ZYEd;J>-sq$+^A}Qwlk{QP&f%H{LKc=spyN{msVNf<Ei]|W_cGwr!}TfiLhkXspa>}E)*rYRgGgTozYvld*o/F*|LH’);
    define(‘LOGGED_IN_SALT’, ‘sb*BofAV&)CeAJ%EHqe_a(;@$Sr{eBuw>+K(W)DhG?o;TVt)NtHy;>ii)(P@%lDHilb^Esw<Nu^{]zuZNVsdVN!pFk??<y-i]Se{vxT}%qZx}b>RPl;V?R(tGPh?=FmU’);
    define(‘NONCE_SALT’, ‘@cB<uM+KYCh)?IM%VAWLVD!j[GTVV)FCMD@QZorPAKTU>HJFbi}V;RxQSBRe==fG/J^VxUdcC_leP*ZnkOl@A$hD<cRd<k>wH*OI?dvN!X$$aJ)W+CFZYm-]$U>pbyw-‘);

    /**#@-*/

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

    /**
    * 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.ww.wp.xz.cn/Debugging_in_WordPress
    */
    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’);

    Thread Starter rcarp13

    (@rcarp13)

Viewing 7 replies - 16 through 22 (of 22 total)