Page 1 of 1

changing urls path????

Posted: Wed Jun 26, 2019 9:39 am
by Sendlingur
I have a url to a rss feed "www.mypage.com/index.php?page=feed.rss" is it possible to change the url to "www.mypage.com/?page=feed.rss".

I'm asking because this page was updated few days ago from cmsms 1.x to cmsms 2.x and I would like to keep the old path to the rss feed.

on the old version the path was "www.mypage.com/?page=feed.rss"

and after the update the path is "www.mypage.com/index.php?page=feed.rss"

and I would like it to be reverted to the old path.

thanks in advance

Re: changing urls path????

Posted: Wed Jun 26, 2019 12:43 pm
by calguy1000
You can use a .htaccess redirect rule to redirect from the old URL to the new URL.