May i know how to change virtuemart URLs from
/index.php/vm/front-page/men/duke-hoodie-detail
to
/shop/men/duke-hoodie-detail
SEO friendly and rewriting already enabled.
Chi-K Hi
It depends on your setup for menu system, the above product belongs to item id: 552: /administrator/index.php?option=com_menus&view=item&client_id=0&layout=edit&id=552
and it has alias of front-page, you can rename to your desired alias.
For this issue i discovered its a megafilter issue. The whole site has URL rewriting working so index.php is not present in URL, except for Megafilter, which returns urls for the items without URL rewriting.
Chi-K The filter page will use its own URL, with the detailed page of each product, it will follow the URL of menu item you create for the category that product belongs to.
Yes thats somewhat ok, but whats not ok is the index.php\ in the URL 😃 how to remove it then?
index.php\
Perhaps this can help you: https://www.joomlart.com/tutorials/joomla-tutorials/joomla-4-tutorials-how-to-remove-index-php-from-urls
Or use extension for SEF like SH404SEF...