I need an .htaccess guru. 😊
For the longest time, this has been the path to my comments template:
domain.com/index.php/site/comments
Over the years, I’ve gathered a lot of outside links pointing to specific comments using this path. But now I’d like to remove index.php and give comments their own template group so the path would change to:
domain.com/comments
Question is, would .htaccess allow me to forward to the new path so I wouldn’t lose the advantage of all prior links?
If so, what would be the code?
Thanks!