How to change the url http://www.kreativemines.com/blogpost.php/?post_slug=search-engine-optimization into http://www.kreativemines.com/blog/search-engine-optimization in php.
I have already use this rule from .htaccess file but there is no solution.
RewriteEngine On
RewriteRule ^blog/([a-zA-Z0-9_-]+)$ blogpost.php/?post_slug=$1