Hi,

I need to remove folders from site URLs, at least for certain categories, e.g.
domain.com/folder/listing/
to
domain.com/listing/


How do I achieve that?

Tried adding the following code to .htaccess with no luck

RewriteRule ^/(.*)$ /folder/$1