How to create seo friendly urls with php and htaccess?
I'm trying to generate seo friendly urls using a htaccess file and PHP. But it's not working. I tried the code below in localhost (running XAMPP) RewriteEngine On RewriteBase /real/ RewriteRule ^property-details/([0-9a-zA-Z]+) property-details.php?pid=$1 [NC, L]