[development] ugly ?page=1 from theme_pager()

Karoly Negyesi karoly at negyesi.net
Sun May 21 19:58:41 UTC 2006


>> Calling theme_pager results in www.mysite.com/mylisting/?page=1
>> addition to the url. How is  it possible to make it like this:  
>> www.mysite.com/mylisting/page/1 ?
>> Please - any ideas or just "right directions" :)

Use mod_rewrite and recreate the ugly URL: from  
www.mysite.com/mylisting/page/1 you should arrive to  
www.mysite.com/index.php?q=mylisting&page=1

Have fun!


More information about the development mailing list