Rewrite my default post URL

I want to have this URL structure for my default post type :

domain.com/blog/{post_ID}.php

For other pages and post, I want a classic URL like :

domain.com/page/sub-page/sub-sub-page/...

In the permalinks options page, I have this :

permalink options page settings

It works perfectly for all my pages except for my blog posts where I just want to remove the trailing slash at the end of the URL. How can I do that ? I suppose with htaccess but I don’t know how.

Thank you

0

Leave a Comment