Thursday 17 January 2008 10:23:41 am
We are running eZ Publish on a Red Hat Enterprise Linux 4 server with Apache. Part of the website has an application for an intern program. This URL for this site is something like http://www.blah.com/career_management/intern_program. We want to make an alias so a person can type in 'http://www.blah.com/intern" and get to the site listed above, because it's a much shorter URL. How do we create this alias? I found the .vhost file and saw there were aliases listed there. Can I just type in 'alias /intern /usr/local/httpd/career_management/blahblahblah' to create the alias? In other words, if all the files for the page we want to alias on in one folder, can i just create the alias to point to that folder and then it will go there? Is there anything else I need to do? Thanks.
|