Elxis CMS Forum

Extensions => Components => Topic started by: lsoker on November 19, 2008, 17:06:49

Title: change com_reservations
Post by: lsoker on November 19, 2008, 17:06:49
Hello, how can i change the url from .../com_reservations/ to a "friendlier" looking link, like .../hotels/
Is this possible through url rewrite?
Title: Re: change com_reservations
Post by: datahell on November 19, 2008, 18:34:58
You must modify the component's SEO PRO extension, the component's source code in all front-end area, the includes/sef.php file and the Elxis's SEOVS class. I have written some instructions on my SEO Book for Elxis CMS, read it. I suggest you to not modify it unless you are a highly experienced user of Elxis CMS and PHP developer.
Title: Re: change com_reservations
Post by: lsoker on November 20, 2008, 17:14:57
Thank you for your help.
Yes, the SEO documentations is really helpful.