!!!EDIT!!! I had the
define url commented out in
constants.php. I just uncommented it and hit
clear cache, but the
Light Box, [Login] button, and
Logout links are still
www.
Any ideas on why those 3 are still www. links while the rest got the hint? How do I refresh it so it will change the links to
http://?
Top of
includes/constants.php
PHP Code:
if (!defined('ROOT_PATH')) {
die("Security violation");
}
// If 4images has problems to find out the right URL, define it here.
// define('SCRIPT_URL', 'http://rec0n.nauticaltech.com/4images'); //no trailing slash
define('VB_TABLE_PREFIX',''); // your vb tableprefix. vB default is blank
Top of
includes/sessions.php
PHP Code:
if (!defined('ROOT_PATH')) {
die("Security violation");
}
//-----------------------------------------------------
//--- Start Configuration -----------------------------
//-----------------------------------------------------
define('USER_INTEGRATION', 'VBULLETIN');
define('VBLICENCE_NUMBER', '5555555555'); //REPLACE XXXXXXXX with your Licence Number, usually on top of your vB files
define('SESSION_NAME', 's'); // Default of vBulletin is "s".
define('COOKIE_PREFIX', 'bb'); //Default of vBulletin is "bb".
define('COOKIE_TIMEOUT','1800'); //Set the same with your vB timeout, in second
define('ALBUM_FOLDER','/4images/'); //Your Album Folder WITH trailing slash
// Define here the name of the template database table.
define('VB_TEMPLATE_TABLE', VB_TABLE_PREFIX.'template');
Where did you get that
url_app string from? Which file? I know I changed it, but I might have skipped it to take back out the
www..
http://rec0n.nauticaltech.com/4images/, you can hover the links and see which ones are being wierd.