Mono Support Search - Url Problem.. (Closed)

Viewed 14847 time(s), 2 post(s), 10/19/2011 7:47:11 PM - by shawndg
10/19/2011 7:47:11 PM
1871 Reputation 252 Total posts

Trying to change the url from..

http://localhost/search/test/

to

http://localhost/pages/search/test/

I set up the url rewrites but my search widget is still wanting to use the old path..
http://localhost/search/test/

Now if i navigate right too
http://localhost/pages/search/test/
It works but the widget is pointing to the old location.

1
10/19/2011 8:12:12 PM
1871 Reputation 252 Total posts

You can close it..

Was set bad in the url rewrite path.. fixed it..

<rewrite url="^(.*)/pages/search/(.*)/(\?(.+))?$" to="$1/MonoX/Pages/MonoX/SearchResults.aspx?srchq=$2&amp;$4" name="SiteSearch" urlPattern="/Pages/search/{Query}/" />

I forgot the / .

2
This is a demo site for MonoX. Please visit Mono Software for more info.