Csanyi Pal <csanyi...@gmail.com> writes:

> Hi,
>
> on my apache2 server I have installed two aliases:
> joomla in /usr/share/joomla/
> and 
> moodle in /usr/share/moodle.
>
> In /etc/apache2/conf.d/moodle I have the line:
> Alias /moodle /usr/share/moodle/
>
> and in /etc/apache2/conf.d/joomla I have the line:
> Alias /joomla /usr/share/joomla/
>
> One can open booth sites:
> http://cspl.me/joomla
> and
> http://cspl.me/moodle
>
> In /var/www/ I have only an index.html file.
>
> How can I redirect the index.html page so if one want to open the
> http://cspl.me then get opened only the http://cspl.me/joomla and from
> there if want can open from a menu the http://cspl.me/moodle ?

I solve this problem by editing the 
/etc/apache2/sites-enabled/000-default

file:
#       DocumentRoot /var/www
        DocumentRoot /usr/share/joomla

and

#       <Directory /var/www/>
        <Directory /usr/share/joomla/>

Is this the right solution?

-- 
Regards from Pal


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to