4images Forum & Community
4images Issues / Ausgaben => Installation, Update & Configuration => Topic started by: tldragon on December 27, 2002, 03:19:56 AM
-
how can i chage the way of the domain i got right now
now is http://domain.com/gallery
i want it to be like this http://www.domain.com/gallery
Edit* Sorry guys i mistyped
thank Caelestis
That is what i meant 8)
-
u cant change domain like this, u can change only prefix (www) make it http://gallery.domain.com .
-
i dun think that's what he means... open includes/constants.php and at the top there is something like
// If 4images has problems to find out the right URL, define it here.
// define('SCRIPT_URL', 'http://domain.com/gallery'); //no trailing slash
change to
// If 4images has problems to find out the right URL, define it here.
// define('SCRIPT_URL', 'http://www.domain.com/gallery'); //no trailing slash
wait i just read his post again... yeah it's not gonna work...