Hi i use this to create link:
\XF::app()->router('public')->buildLink('canonical:review', $review->id, ['id' =>$review->id]),
and my url look like this:
But i want to look like this:
Or like this:
\XF::app()->router('public')->buildLink('canonical:review', $review->id, ['id' =>$review->id]),
and my url look like this:
Code:
http://xenforo.com/review/?id=12
Code:
http://xenforo.com/review/12
Code:
http://xenforo.com/review?12