alexgamarra
Respuestas de foro creadas
-
Foro: Guías – Resolución de problemas
En respuesta a: Cambio de URL del sitioPrimero agradecerte por la paciencia y por la gran ayuda , reemplaze todo el codigo con la ayuda de la copia de seguridad , después ya empezó a funcionar normal
Foro: Guías – Resolución de problemas
En respuesta a: Cambio de URL del sitioOtra opción es editar directamente en la base de datos la tabla wp_options los valores de siteurl y home y cambiarlos por la url correcta.
podria decirme como hago esto, para probar esta formaForo: Guías – Resolución de problemas
En respuesta a: Cambio de URL del sitio<?php define('WP_CACHE', true); /** Enable W3 Total Cache */ /** Enable W3 Total Cache */ /** Enable 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://wordpress.org/support/article/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', 'xxxxxx' ); /** MySQL database username */ define( 'DB_USER', 'xxxxxx' ); /** MySQL database password */ define( 'DB_PASSWORD', 'xxxxx' ); /** 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', '' ); /**#@+ * 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', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'); define('SECURE_AUTH_KEY', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'); define('LOGGED_IN_KEY', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'); define('NONCE_KEY', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'); define('AUTH_SALT', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'); define('SECURE_AUTH_SALT', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'); define('LOGGED_IN_SALT', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'); define('NONCE_SALT', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'); /** * Other customizations. */ define('FS_METHOD','direct'); define('FS_CHMOD_DIR',0755); define('FS_CHMOD_FILE',0644); define('WP_TEMP_DIR',dirname(__FILE__).'/wp-content/uploads'); /** * Turn off automatic updates since these are managed externally by Installatron. * If you remove this define() to re-enable WordPress's automatic background updating * then it's advised to disable auto-updating in Installatron. */ define('AUTOMATIC_UPDATER_DISABLED', true); /**#@-*/ /** * 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 documentation. * * @link https://wordpress.org/support/article/debugging-in-wordpress/ */ 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';cual codigos agrego y en que parte , corregi el error quitando los codigos anteriores que me envio
hay una opcion para cambiar el dominio men godaddy y reemplazar dns , noc si eso funcionaria.
- Esta respuesta fue modificada hace 5 años, 10 meses por jose64. Razón: Etiquetar código y eliminar información sensible
Foro: Guías – Resolución de problemas
En respuesta a: Cambio de URL del sitioahora al recargar me aparece esto Esta página no funcionaLa página tuniforme.org no puede procesar esta solicitud ahora.
HTTP ERROR 500
tambien he notado que al costado izquierdo de este codigo define(‘AUTH_KEY’, ‘l3bFnabcjr6r3F9Ff1S3Dk9enxBNgUxWAEqRp5JyxJnUioapE5BzQ781qgysb2gE’);
define(‘SECURE_AUTH_KEY’, aparece una x y dice sintax errorunexpetedmis dns son
Tipo Nombre Contenido TTL Estado de proxy
A
admin
107.180.16.114
AutomáticoRedirigido por proxy
Editar
A
mail
107.180.16.114
AutomáticoRedirigido por proxy
Editar
A
tuniforme.org
107.180.16.114
AutomáticoRedirigido por proxy
Editar
CNAME
cpanel
tuniforme.org
AutomáticoRedirigido por proxy
Editar
CNAME
_domainconnect
_domainconnect.gd.domaincontrol.com
AutomáticoRedirigido por proxy
Editar
CNAME
webdisk.admin
tuniforme.org
AutomáticoRedirigido por proxy
Editar
CNAME
webdisk
tuniforme.org
AutomáticoRedirigido por proxy
Editar
CNAME
whm
tuniforme.org
AutomáticoRedirigido por proxy
Editar
CNAME
http://www.admin
tuniforme.org
AutomáticoRedirigido por proxy
Editar
CNAME
www
tuniforme.org
AutomáticoRedirigido por proxy
Editar
Foro: Guías – Resolución de problemas
En respuesta a: Cambio de URL del sitioDEBO CORREGIR TAMBIEN MIS REGISTROS DNS? ON SE SI AFECATRIA ESO TAMBIEN YA QUE TENGO MI DOMINIO EN GODADDY Y MI DNS EN .cloudflare
Foro: Guías – Resolución de problemas
En respuesta a: Cambio de URL del sitioHE HECHO ESTO Y ME APARECE DE ESTA FORMA
/** 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://tuniforme.org' ); define( 'WP_SITEURL', 'https://tuniforme.org/' ); /**#@+ * 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. *AHORA AL RECARGAR LA PAGINA ME APARECE ESTO
Future home of something quite cool.
If you’re the site owner, log in to launch this siteIf you are a visitor, check back soon.
- Esta respuesta fue modificada hace 5 años, 10 meses por jose64. Razón: etiquetar código
Foro: Guías – Resolución de problemas
En respuesta a: Cambio de URL del sitiono encontre los codigos que me ha mandado , encontre estos
// ** MySQL settings – You can get this info from your web host ** //
/** The name of the database for WordPress */
define( ‘DB_NAME’, ‘xxxxxx’ );/** MySQL database username */
define( ‘DB_USER’, ‘xxxx’ );/** MySQL database password */
define( ‘DB_PASSWORD’, ‘xxxxxx’ );/** 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’, » );- Esta respuesta fue modificada hace 5 años, 10 meses por jose64. Razón: Eliminar datos innecesarios
Foro: Guías – Resolución de problemas
En respuesta a: Cambio de URL del sitioComo vuelvo a la normalidad mi sitio y que ya no salga el error intentar acceder?