Dashboard
PHP:
8.1.34
OS:
Linux
User:
u523236469
/
/
home
/
u523236469
/
domains
/
trike.ie
/
public_html
📤 Upload
📝 New File
📁 New Folder
Close
Editing: wp-config.php
<?php // BEGIN iThemes Security - Do not modify or remove this line // iThemes Security Config Details: 2 define( 'DISALLOW_FILE_EDIT', true ); // Disable File Editor - Security > Settings > WordPress Tweaks > File Editor // END iThemes Security - Do not modify or remove this line define( 'WP_CACHE', true ); define( 'ITSEC_ENCRYPTION_KEY', 'ZFlueG4jdnMucnFXNDdTclk1ezx7ZGxRN0MubV0wR2xie3I+Z2lwY0YkTGdbLmV6LnpOQ2krNyE+OShbaHMxTw==' ); /** * 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: * * * Database settings * * Secret keys * * Database table prefix * * Localized language * * ABSPATH * * @link https://wordpress.org/support/article/editing-wp-config-php/ * * @package WordPress */ // ** Database settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define( 'DB_NAME', 'u523236469_rtkire' ); /** Database username */ define( 'DB_USER', 'u523236469_rtkire' ); /** Database password */ define( 'DB_PASSWORD', 'q-_..qR4dS' ); /** Database 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', '' ); /**#@+ * 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', 'jz$!lIW>/cE}j8b|!d.#yUL+uwn292{=lN&if[nH~74fQDGFxkq}i9[Ez5?I_`EP' ); define( 'SECURE_AUTH_KEY', 'Ls(hEDz[`icam}e3 +QPijcBMR)QNhVW*8wAX&;4v^o+3eBE}jb 9O]63xI,k]_i' ); define( 'LOGGED_IN_KEY', '>P;32,Fs?}_btb,>uv:6O)-u[7Gc<wO=VAb>1XwVqO>bt|_5;-. $a7RDK0 !!10' ); define( 'NONCE_KEY', '[cgFi;P~Hg!`oMvSV3zQ>I@.$ciuw)rg&jiL9m/ih3)hI3t}5Vy~kjqr@]Gm*qB_' ); define( 'AUTH_SALT', '-6za/-KX(~W rz+q)h(.IP!xe[ZsRVK=uhEq}s^syZ,hsWtiAq|oqN%[.8`[!#nN' ); define( 'SECURE_AUTH_SALT', 'C~!K=dSwvrt8&o?&8~6({3y}ix$L~L*r(L1vr1~nH5#GXz^<d(j{Dne2ZvN7[8%:' ); define( 'LOGGED_IN_SALT', 'md#9nWgLH,((m:!S?e*&!T$RU(ngZi3YMjnK|ha?JtbJ7wtxDlo<[uOyZi8{1P.5' ); define( 'NONCE_SALT', ':jVjg7jhyy</!-I[^Z$NKI&7a{ LNyq(ZXEi$g&YlmhCuGInq%?o|o&]w|NgNdY/' ); define( 'WP_CACHE_KEY_SALT', 'SyJG&GKgS8QuEEgx1|)I$FPO}`A)UGV.N1@P~kA5zj5XQ}=g:z;lGaDR0!Ni-[N<' ); /**#@-*/ /** * 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 = 'ht8_'; /* Add any custom values between this line and the "stop editing" line. */ /** * 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 documentation. * * @link https://wordpress.org/support/article/debugging-in-wordpress/ */ if ( ! defined( 'WP_DEBUG' ) ) { define( 'WP_DEBUG', false ); } /* That's all, stop editing! Happy publishing. */ /** Absolute path to the WordPress directory. */ if ( ! defined( 'ABSPATH' ) ) { define( 'ABSPATH', __DIR__ . '/' ); } /** Sets up WordPress vars and included files. */ require_once ABSPATH . 'wp-settings.php';
Save
Cancel