Active
Project:
Boost
Version:
6.x-1.18
Component:
Views
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Nov 2010 at 20:53 UTC
Updated:
27 Nov 2010 at 20:53 UTC
I have a views page with paging
/en/hotel
/en/hotel?page=1
/en/hotel?page=2
etc
I noticed that google has cached some of them as follows
/en/hotel/siarfllif.html?page=1
/en/hotel/siarfllif.html?page=2
which is not correct
(the correct URLs are also cached)
I looked in the boost_cache database and found out this
filename = cache/normal/www. domain .gr/en/hotel/siarfllif.html_page=22.html
base_dir = cache/normal/www. domain .gr
pagecallback = view
pagetype = Hotels
page_id = page_1
extension = .html
url = http://www. domain .gr/en/hotel/siarfllif.html?page=22
and many other similar entries
how do I fix this ?