This is a migrated thread and some comments may be shown as answers.

URLrewrite and SEO-Friendly Pager

2 Answers 38 Views
Grid
This is a migrated thread and some comments may be shown as answers.
James Shelton Agar
Top achievements
Rank 2
James Shelton Agar asked on 22 Feb 2010, 12:33 AM
Hi, I have implement custom page + SEO-friendly pager + URLrewrite from URLrewter
however, the page Href does not seems to take user to the correct page

sample can be seen at
and link is like
http://dev10nz.oslweb.co.nz/404.aspx?404;http://dev10nz.oslweb.co.nz:80/property/Residential-Listings&page=2

how would i overcome this? aim of that is to have both urlrewrite and seo friendly for search optimization

2 Answers, 1 is accepted

Sort by
0
Accepted
Radoslav
Telerik team
answered on 25 Feb 2010, 07:50 AM
Hi James,

I tested the URL Rewrite feature in IIS but I was not able to reproduce the problem on my side. Could you please paste here your Rewrite configuration so I can see your exact settings?

Also I tested the web site from that link - http://dev10nz.oslweb.co.nz/property/Residential-Listings , however it seems that it works properly. When I go to next pages the URL is correct, for example on the fourth page the URL is http://dev10nz.oslweb.co.nz/properties.aspx?tag=Residential-Listings&Page=4

Could you please elaborate a bit more on the described issue? How could I reproduce it?

Kind regards,
Radoslav
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
James Shelton Agar
Top achievements
Rank 2
answered on 09 Mar 2010, 01:25 AM
thank you for your support and testing!
i have found the problem causing js
 Sys.Application.add_load(function() {
                          var form = Sys.WebForms.PageRequestManager.getInstance()._form;
                            form._initialAction = form.action = window.location.href;
                        });
which i defined previously. 
Tags
Grid
Asked by
James Shelton Agar
Top achievements
Rank 2
Answers by
Radoslav
Telerik team
James Shelton Agar
Top achievements
Rank 2
Share this question
or