View Single Post
Old 09-22-2004, 06:52 AM   #3
kiruba
Green Mole
 
Join Date: Sep 2004
Posts: 4
Dynamic page

Thanks, I'm sure that will fix de problem. I have another question, I was trying to spider a site a friend made. I placed this URI on the form
http://www.servientrega.com.ec/index.php, with a search depth: 5 Links per: 0. I got 0 results.

Spidering in progress...
SITE : http://www.servientrega.com.ec/
Exclude paths :
- @NONE@
No link in temporary table
links found : 0
...Was recently indexed
Optimizing tables...
Indexing complete !


Can it be that the index.php file is created on the fly, this is, it has no textual links at first? This is the content of index.php on the server. It uses Smarty templates.


Code:
<?php

/*1 **************************************************************************************
 ***************************************************************************************/
 // Cargo smarty template.
    
require('lib/smarty/setup.php');
	
$smarty = new Smarty_axe; 

//***************************************************************************************/

 //muestro pagina principal credito al usuario.
 $smarty->display('index.tpl');


 ?>

Thanks in advance
kiruba is offline   Reply With Quote