编辑:wp-config-sample.php
<?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 website, 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 * * ABSPATH * * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/ * * @package WordPress */ // ** Database settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define( 'DB_NAME', 'database_name_here' ); /** Database username */ define( 'DB_USER', 'username_here' ); /** Database password */ define( 'DB_PASSWORD', 'password_here' ); /** Database 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', 'put your unique phrase here' ); define( 'SECURE_AUTH_KEY', 'put your unique phrase here' ); define( 'LOGGED_IN_KEY', 'put your unique phrase here' ); define( 'NONCE_KEY', 'put your unique phrase here' ); define( 'AUTH_SALT', 'put your unique phrase here' ); define( 'SECURE_AUTH_SALT', 'put your unique phrase here' ); define( 'LOGGED_IN_SALT', 'put your unique phrase here' ); define( 'NONCE_SALT', 'put your unique phrase here' ); /**#@-*/ /** * 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! * * At the installation time, database tables are created with the specified prefix. * Changing this value after WordPress is installed will make your site think * it has not been installed. * * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix */ $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 documentation. * * @link https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/ */ define( 'WP_DEBUG', false ); /* Add any custom values between this line and the "stop editing" line. */ /* 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';
保存文件
位置:
home
/
robertofarias
/
public_html
批量上传
创建
创建
批量权限
批量删除
名称
权限
大小
修改时间
操作
↑ 返回上级
-
-
-
-
.tmb
drwxrwxrwx
-
2025-03-31 02:01
权限
删除
重命名
.well-known
drwxr-xr-x
-
2023-01-19 13:31
权限
删除
重命名
cgi-bin
drwxr-xr-x
-
2023-01-19 13:30
权限
删除
重命名
wp-admin
drwxr-xr-x
-
2025-03-31 01:57
权限
删除
重命名
wp-content
drwxr-xr-x
-
2026-04-24 06:14
权限
删除
重命名
wp-includes
drwxr-xr-x
-
2025-12-04 05:42
权限
删除
重命名
.htaccess
-rw-r--r--
812 B
2026-04-24 06:14
编辑
下载
权限
删除
重命名
.litespeed_flag
-rw-r--r--
297 B
2025-11-21 17:20
编辑
下载
权限
删除
重命名
Info.php
-rw-r--r--
21 B
2023-01-24 11:58
编辑
下载
权限
删除
重命名
error_log
-rw-r--r--
131.21 KB
2026-04-24 06:14
编辑
下载
权限
删除
重命名
google5b7f8b36265afb6e.html
-rw-r--r--
53 B
2026-04-16 07:54
编辑
下载
权限
删除
重命名
google9b2e4cf4f9241e8b.html
-rw-r--r--
53 B
2025-04-10 02:23
编辑
下载
权限
删除
重命名
license.txt
-rw-r--r--
19.44 KB
2026-03-11 06:39
编辑
下载
权限
删除
重命名
readme.html
-rw-r--r--
7.25 KB
2026-03-12 05:56
编辑
下载
权限
删除
重命名
robots.txt
-rw-r--r--
83 B
2026-04-16 07:54
编辑
下载
权限
删除
重命名
wp-activate.php
-rw-r--r--
7.18 KB
2025-12-04 05:41
编辑
下载
权限
删除
重命名
wp-blog-header.php
-rw-r--r--
351 B
2023-10-18 10:34
编辑
下载
权限
删除
重命名
wp-config-sample.php
-rw-r--r--
3.26 KB
2025-12-04 05:42
编辑
下载
权限
删除
重命名
wp-config.php
-rw-------
3.41 KB
2023-01-24 12:40
编辑
下载
权限
删除
重命名
wp-cron.php
-rw-r--r--
5.49 KB
2024-11-13 13:00
编辑
下载
权限
删除
重命名
wp-links-opml.php
-rw-r--r--
2.43 KB
2025-12-04 05:41
编辑
下载
权限
删除
重命名
wp-load.php
-rw-r--r--
3.84 KB
2024-07-17 11:51
编辑
下载
权限
删除
重命名
wp-login.php
-rw-r--r--
50.23 KB
2025-12-04 05:41
编辑
下载
权限
删除
重命名
wp-mail.php
-rw-r--r--
8.52 KB
2025-12-04 05:41
编辑
下载
权限
删除
重命名
wp-settings.php
-rw-r--r--
30.33 KB
2025-12-04 05:41
编辑
下载
权限
删除
重命名
wp-signup.php
-rw-r--r--
33.71 KB
2025-04-16 11:06
编辑
下载
权限
删除
重命名
wp-trackback.php
-rw-r--r--
5.09 KB
2025-12-04 05:42
编辑
下载
权限
删除
重命名