I just want to send slug of the blog in href. Code post_url = slug of that blog title
<h3><a href="<?= $base_url ?>blog/<?=$rowposts['post_url']?>">Read</a></h3>
Url will be this - http://localhost/Office/VTPL/Varneli%20HOME_CMS/vareli-home/blog/this-is-my-blog
Here is the .htaccess file screenshot. Please check the selected line
Please help me out... How will I do that...

