Author: Vladimir Petrov
Email: [EMAIL PROTECTED]
Message:
I have problems to setup indexer.conf to index my site. All my pages are acessed
throught passing param in query string ie /main.php?mt=1 or /main.php?p=1000&mt=1 or
/main.php?p=1000&mt=1&sm=1001. My main.php is modular as you can see:
...
<?include ('declarations.php');?>
<?include ('counter.php');?>
<html>
...
<?include ('menu.php');?>
...
<?include('msel.php')?>
...
<a href="main.php?mt=7">Test</a>
...
</html>
main file selection is in msel.php and it looks like:
<?if ($mt==1&&!$p&& !$sm) include ('1000.php');?>
or
<?if ($p==1400&&!$sm) include ('1400.php');?>
1000.php and 1400.php are real documents which should be indexed. So how I should
write indexer.conf to index structure like this and to get something like,
https://www.test.com/main.php?p=1000&mt=1&sm=1400 as link in search result?
Vladimir
Reply: <http://search.mnogo.ru/board/message.php?id=1895>
___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]