• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

Dominio con WWW.

txemaweb

Chevereto Noob
Hola.

He instalado el script y si entraba a:

http://amifoto.com

En intentaba mandar una foto me daba un error diciendo que debia enviarlo desde la web del script (esta configurado www.amifoto.com), de momento lo he solucionado añadiendo este codigo en el head:

Code:
<?php

$www = "www";

$subdominio = $HTTP_HOST;

if(eregi($www, $subdominio)){}

else echo '<META HTTP-EQUIV="refresh" content="0;URL=http://www.amifoto.com">';

?>

Se que es un poco chapuza, pero ...

Saludos.
 
Back
Top