|
04-17-2004, 07:17 AM | #1 |
Green Mole
Join Date: Jan 2004
Location: Penns Woods
Posts: 17
|
returning results of internal & external sites
Hi,
How would I go about spidering a site that is on the server, since I don't access it as www. but everyone else does. Is there a way to spider the site so that the pages and links are returned as external to the server so they won't be dead links to everyone else. TIA for your input on this, Randy |
04-17-2004, 10:24 AM | #2 | |
Purple Mole
Join Date: Jan 2004
Posts: 694
|
If I understand what you're asking, you need to change the following option in config.php to true:
Code:
define('PHPDIG_IN_DOMAIN',false); Quote:
|
|
04-17-2004, 07:04 PM | #3 |
Green Mole
Join Date: Jan 2004
Location: Penns Woods
Posts: 17
|
Thanks for your reply...
Hi vinyl-junkie,
I read those notes in config.php but in terms of DNS, domain.tld is an A record... which is assigned an external IP address and a C name, like (www) is sortta mapped to the A record. So, it's basically mapped to the same (external) IP address. Anyway, the server can't be accessed from the lan via the external IP, it would have to have a different A record with an internal IP and C name mapped to that A record. If that makes sense... I'm thinking I might be able to just run the spider on the site then update the database to reflect the www. Any other ideas? |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Blank results & Speed | Dave A | Troubleshooting | 0 | 06-30-2007 03:05 AM |
Spider & Search the Mirror, return results for Live | stabilo | How-to Forum | 0 | 12-01-2005 07:27 AM |
Custom Search Not Returning Results | skellybobs | Troubleshooting | 1 | 11-05-2005 01:50 PM |
returning search results in categories ~ | jeremiah | How-to Forum | 2 | 06-06-2004 02:00 PM |
Many sites indexed - how to restrict search results to just one or two ? | ciaran@clissman | How-to Forum | 2 | 05-27-2004 02:11 AM |