我正在努力让我的seo路由正常工作。我知道我可以建立这样的网址:
http://mydomain/Rentals
一旦我需要使用分页,我就会得到这样的 URL
http://mydomain/Rentals/page:2?url=Rentals
我不知道我必须做些什么才能避免url参数?我能把它取下来吗?如果网址看起来像这样就太好了:
http://mydomain/Rentals/page:2
谢谢你的帮助!
查看您的htaccess文件。它应该是这样的:https://github.com/cakephp/cakephp/blob/master/app/webroot/.htaccess
注意RewriteRule ^ index.php [L]
部分。