php - How to rewrite urls in Wordpress using Permalinks or .htaccess -


i facing problem while coding website. urls not per our needs... want re-write our urls from... http://websitename.com/state/city/product/ to... http://websitename.com/product-in-city-state/

all , support welcome. appreciate help!

here existing contents of .htaccess file:

# begin wordpress <ifmodule mod_rewrite.c> rewriteengine on rewritebase / rewriterule ^index.php$ - [l] rewritecond %{request_filename} !-f rewritecond %{request_filename} !-d rewriterule . /index.php [l] </ifmodule> # end wordpress 


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -