Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

246
Views
Configuración incorrecta del DNS del sitio

Entonces, digamos que tengo un sitio (instalación de wordpress) alojado en site.hoster.com y un dominio que compré que es example.com . ¿Cómo puedo redirigir al usuario de example.com a site.hoster.com sin cambiar la URL? . Agregué un registro CNAME, pero la URL del sitio está cambiando cuando intento ingresar a example.com . He probado un montón de soluciones encontradas aquí en stackoverflow pero no puedo hacer que funcione. El sitio es un servidor virtual apache. He agregado ServerAlias en la configuración del host virtual de Apache pero no funciona. Aquí está el archivo .htaccess del sitio `

 # BEGIN WordPress # The directives (lines) between `BEGIN WordPress` and `END WordPress` are # dynamically generated, and should only be modified via WordPress filters. # Any changes to the directives between these markers will be overwritten. <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress # BEGIN ShortPixelWebp # The directives (lines) between `BEGIN ShortPixelWebp` and `END ShortPixelWebp` are # dynamically generated, and should only be modified via WordPress filters. # Any changes to the directives between these markers will be overwritten. # END ShortPixelWebp

PD: probé el método de redirección .htaccess 301 con varias implementaciones, pero aún no funciona.

EDITAR: Olvidé mencionar que hay un registro A que apunta al registro www CNAME que apunta a site.hoster.com

Gracias por adelantado.

over 4 years ago · Santiago Trujillo
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!