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
Post a Comment