Saltar al contenido principal

🖌 Dominio personalizado

Añadir un dominio propio mejorará tu imagen corporativa o de marca, ya sea que uses Totalum internamente o como servicio a terceros.

Para hacerlo es muy fácil. Lo que tienes que hacer es crear un archivo html que contenga un iframe con la web de totalum embebida, y luego subir ese html a to hosting de preferencia.

Pasos

1. Crea un archivo index.html

Crea un archivo html con el nombre index.html y añádele el siguiente código:

<!DOCTYPE html>
<html>
<head>
<title>Your Title</title>
<style>
body, html {
margin: 0;
padding: 0;
height: 100%;
overflow: hidden;
}
iframe {
width: 100%;
height: 100%;
border: none;
}
</style>
</head>
<body>
<iframe src="https://web.totalum.app/" frameborder="0"></iframe>
</body>
</html>

2. Sube el archivo a tu hosting

Sube el archivo a tu servidor hosting de preferencia. Puedes usar cualquier servicio de hosting que quieras.

3. Agrega tu dominio personalizado

Agrega tu dominio personalizado en el hosting donde subiste el archivo. Para eso, sigue las instrucciones de tu proveedor de hosting.