0

I am working hard to get my seo routing working. Right know I am able to build such url:

http://mydomain/Rentals

As soon as I need to use the pagination, I get urls like this

http://mydomain/Rentals/page:2?url=Rentals

I can't figure out what I have to do in order to avoid the url parameter? Can I remove it somehow? It would be great if the url would look just like this:

http://mydomain/Rentals/page:2

Thanks for any help!

1 Answer 1

2

Take a look at your htaccess file. It should look like this: https://github.com/cakephp/cakephp/blob/master/app/webroot/.htaccess

Note the RewriteRule ^ index.php [L] part.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.