1
I am trying to move my XOOPS site from avenue411.com/site3 to avenue411.com/site and have modified mainfile.php appropriately (I think) as follows:
// XOOPS Physical Path
// Physical path to your main XOOPS directory WITHOUT trailing slash
// Example: define('XOOPS_ROOT_PATH', '/home/avenue41/public_html/site');
define('XOOPS_ROOT_PATH', '/home/avenue41/public_html/site');
// XOOPS Virtual Path (URL)
// Virtual path to your main XOOPS directory WITHOUT trailing slash
// Example: define('XOOPS_URL', 'http://www.avenue411.com/site');
define('XOOPS_URL', 'http://www.avenue411.com/site');
Banners, however, are not showing up. A look at the source file for the home page reveals the following:
head>
<body>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" id="okvir">
<tr>
<td>
<table width="100%" cellspacing="0">
<tr id="header">
<td id="headerlogo"><a href="http://www.avenue411.com/site/"><img src="http://www.avenue411.com/site/themes/7dana-clean/images/ave411-200x100-bw.png" alt="Avenue411.com" border="0" />a>td>
<td align="right" id="headerbanner"><div><a href="http://www.avenue411.com/site/banners.php?op=click&bid=1" target="_blank"><img src="http://www.avenue411.com/site3/images/banners/xoops_banner.gif" alt="" />a>div> td>
Where do you suppose the "site3" above is coming from? I must have missed something. What was it?
JFM