Page 1 of 1

A part of the website accessible with another URL

Posted: Wed Nov 27, 2013 11:50 am
by (M)
Is there a way to make a part of the website (only one page with a gallery or ListIt2 module) accessible with another URL? And mainly that this URL stays visible in the client browser when navigate through that part of the website/module.

Re: A part of the website accessible with another URL

Posted: Wed Nov 27, 2013 5:29 pm
by velden
I think it can be done (assuming url = domain and using apache)

- make sure config.php does NOT have url's configured (cmsms will do it by itself)
- point other domain to same website, make sure the website is reachable with that other domain name
- create a rewrite rule in .htaccess that rewrites the specific url to the url you want. (probably the trickiest part)
- test test test