secureloadsSecure Downloads Area Software

Forum

You are not logged in.

#1 2008-02-28 19:09:16

cthomas
New member
Registered: 2008-02-28
Posts: 4

SITE_URL

How can I modify the SITE_URL varable currently it is defined as the internal IP address of the server.

I would like it to be a URL

I tried to change the index.php file with the line define( 'APP_ROOT_WEBPAGE', "URL" );
Now the application does not work.

Thanks Chris

Last edited by cthomas (2008-02-28 20:43:45)

Offline

 

#2 2008-02-29 07:02:01

algis
Administrator
Registered: 2006-01-09
Posts: 718
Website

Re: SITE_URL

Hello,
you need to set the APP_ROOT_WEBPAGE in the main index.php file, the code will look similar to this:

define( 'APP_ROOT_WEBPAGE',    "http://www.yoursite.com/downloads" );

Offline

 

#3 2008-02-29 15:44:49

cthomas
New member
Registered: 2008-02-28
Posts: 4

Re: SITE_URL

Thanks, that worked

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson