views:

233

answers:

0

Hi: I have created a SSP and i am getting the results from here. The problem is that I have a list that the SSP is crawling and it gives me the internal URL.

http://domain.com/ES/pubs/editorial/Lists/pubs/DispForm.aspx?ID=10 (or whatever)

I want to change it for this:

http://domain.com/ES/pubs/editorialFO/Paginas/searcher.aspx?IdPub=

In the Administration of the SSP we have the Server Name Mappings, here is where I can change it.

I could change this:

http://domain.com/ES/pubs/editorial/Lists/pubs/DispForm.aspx

for

http://domain.com/ES/pubs/editorialFO/Paginas/searcher.aspx

Blockquote

The problem is that it works without parameter, but it doesn't work with the parameter.

That's to say, if I include de "?id=" and in the other "?IdPub=" it doesn't work.

I know i could change the idPub so that it could be "id", but it is not something i can change. Any Ideas.

I have try wildcards without success:

http://domain.com/ES/pubs/editorial/Lists/pubs/DispForm.aspx?id=*

for

http://domain.com/ES/pubs/editorialFO/Paginas/searcher.aspx?IdPub=*

and

http://domain.com/ES/pubs/editorial/Lists/pubs/DispForm.aspx?id=

for

http://domain.com/ES/pubs/editorialFO/Paginas/searcher.aspx?IdPub=