4images Forum & Community

4images Issues / Ausgaben => Installation, Update & Configuration => Topic started by: tldragon on December 27, 2002, 03:19:56 AM

Title: Change the way of the domain
Post 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)
Title: Change the way of the domain
Post by: V@no on December 27, 2002, 04:00:03 AM
u cant change domain like this, u can change only prefix (www) make it http://gallery.domain.com .
Title: Change the way of the domain
Post by: Caelestis on December 27, 2002, 05:53:04 AM
i dun think that's what he means... open includes/constants.php and at the top there is something like
Code: [Select]
// 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

Code: [Select]
// 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...