Hi,
We have a complex CMS system and so we have to index the site using the spider mode. However due to the size of the site it is quicker for us to index our local development copy at http://localhost
I know you can edit the baseURL by clicking more -> edit to change to the live domain. Thus i have
Spider URL = http://localhost/
Base URL = http://www.livedomain.com/;http://localhost
The local copy and live copy are identical except for the URL.
However the results output from the search still use the http://localhost and so the search won't work when uploaded to the live site http://www.livedomain.com
When i set the BaseURL to just http://www.livedomain.com/ then no content gets indexed
So how do i achieve the above, spider a site at URL http://localhost/ but have a different baseURL
Kindest Regards
We have a complex CMS system and so we have to index the site using the spider mode. However due to the size of the site it is quicker for us to index our local development copy at http://localhost
I know you can edit the baseURL by clicking more -> edit to change to the live domain. Thus i have
Spider URL = http://localhost/
Base URL = http://www.livedomain.com/;http://localhost
The local copy and live copy are identical except for the URL.
However the results output from the search still use the http://localhost and so the search won't work when uploaded to the live site http://www.livedomain.com
When i set the BaseURL to just http://www.livedomain.com/ then no content gets indexed
So how do i achieve the above, spider a site at URL http://localhost/ but have a different baseURL
Kindest Regards
Comment