CMoore Posted May 26, 2015 at 09:50 PM Share Posted May 26, 2015 at 09:50 PM Am trying to remove category from showing in URL. For example I have: mysite.com/category-one/my-item but would like: mysite.com/my-item I have tried a rewrite rule in htaccess but it is not working, even with URL rewriting enabled in site configs. If anyone has figured this one out (or sees issue in my rule) I would love a tip. this is rewrite: RewriteRule ^/category-one/(.*)$ $1 [R] Link to comment
Alejandro Posted May 26, 2015 at 10:17 PM Share Posted May 26, 2015 at 10:17 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
CMoore Posted May 28, 2015 at 05:27 PM Author Share Posted May 28, 2015 at 05:27 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
angel Posted June 2, 2015 at 09:30 AM Share Posted June 2, 2015 at 09:30 AM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Recommended Posts