I have a custom link stored in a MySQL database and I want that link use instead of the default get-link with htaccess.
Example: If a visitor will read a blog, the url is www.domain.com/blog.php?post_link=2017-07-05/First-Post
Is there any way to use the post_link from the database instead the url now? I've read something about it here: SO Item, but that don't work...
Please help!
Before: www.domain.com/blog.php?post_link=2017-07-05/First-Post
After: www.domain.com/blog/2017-07-05/First-Post
PS: It is SEO only..