HTACCESS for given url – SEO
I'm trying to write REWRITERULE for NEW url. old url : https://www.ex.com/hindu-bbb-10/2 old htaccess: RewriteCond %{HTTP_HOST} ex.com$ [NC] RewriteCond %{REQUEST_URI} (bbb|ggg) RewriteRule ^(.+?)/(.+?)(/?)$ seo/index.php?cat=$2&title=$1 [NC,L] by using above htaccess I could get values from REQUEST like as folllows [cat] =>…