Hi,<br><br>Pager doesn&#39;t make use of the clean urls, so what you noticed is correct. The problem of the pager is that it can appear on every page possible, no matter what depth inside the path (at <a href="http://yoursite.com/module">
yoursite.com/module</a>, but also at <a href="http://yoursite.com/admin/settings/module/subpage">yoursite.com/admin/settings/module/subpage</a>). Making this work with clean urls thus requires it to detect whether the pager has been called anywhere in the path. Just appending it as an argument on the other hand, is much easier. 
<br><br>So to answer your question: is there a way to activate clean urls for the pager?<br>No, not natively, the behavior you describe is as designed. <br>Yes, if you&#39;re capable of quite some hacking in core.<br><br>
Maarten<br><br><div><span class="gmail_quote">On 17/08/07, <b class="gmail_sendername">Vasileios Lourdas</b> &lt;<a href="mailto:lourdas_v@yahoo.gr">lourdas_v@yahoo.gr</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br><br>Is there a way to activate clean urls for the pager? I&#39;m using Views to<br>display all content tagged with all vocabulary terms and use a 10-node pager,<br>however, even though I have clean urls enabled, the pager argument ?pager=...
<br>is the one that does not work.<br>--<br># Vasileios Lourdas,<br># Informatics Engineer, Thessaloniki (Greece)<br># <a href="http://www.lourdas.name">http://www.lourdas.name</a><br>--<br>[ Drupal support list | <a href="http://lists.drupal.org/">
http://lists.drupal.org/</a> ]<br></blockquote></div><br>