Hi James,
Thank you for the suggestions. The missing .com is a typo. Basically Searchblox is an indexing, search software. It pulls a
Code:
<title>
<url>
<description>
Tags from the indexed content. These tags are generated for each returned object from a given query. My question (forgive me if I am not explaining it correctly) can I turn the returned url (which would be
Code:
http://www.myrealdomain.com/something/anotherdir/thisdir/index.shtml
) into
Code:
http://www.mymappeddomain.com/index.shtml
and have the urls linkable?
Also the url string isnt always the same i.e.
Code:
http://www.myrealdomain.com/something/anotherdir/thisdir/index.shtml
is just one dir that needs indexed. There are several dir (all in the same dir) For example
Code:
http://www.myrealdomain.com/something/anotherdir/thisdir1/index.shtml
Code:
http://www.myrealdomain.com/something/anotherdir/thisdir2/index.shtml
Since the beginning of the url is always the same is str_replace() still a viable option?
Thanks
Bookmarks