<div dir="ltr"><div><div><div>Hi All,<br><br></div>I am following this tutorial<br><a href="http://127.0.0.1/siremis/install/index.php?step=2">http://127.0.0.1/siremis/install/index.php?step=2</a><br></div> This file is located at /etc/apache2/sites-available/default<br>
<br></div>Not sure about this line<span style="color:rgb(255,153,0)">RedirectMatch ^/$ /apache2-default/</span><div><div><div><div><br><div><div><br><VirtualHost *:80><br>    ServerAdmin webmaster@localhost<br><br>    DocumentRoot /var/www<br>
    <Directory /><br>        Options FollowSymLinks<br>        AllowOverride None<br>    </Directory><br>
    <Directory /var/www/><br>                Options Indexes FollowSymLinks MultiViews<br>                AllowOverride None<br>                Order allow,deny<br>                allow from all<br>                # This directive allows us to have apache2's default start page<br>

                # in /apache2-default/, but still have / go to the right place<br>                <span style="color:rgb(255,153,0)">RedirectMatch ^/$ /apache2-default/</span><br>        </Directory><br>    ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/<br>
    <Directory "/usr/lib/cgi-bin"><br>
        AllowOverride None<br>        Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch<br>        Order allow,deny<br>        Allow from all<br>    </Directory><br><br><br>    ErrorLog ${APACHE_LOG_DIR}/error.log<br>

<br>    # Possible values include: debug, info, notice, warn, error, crit,<br>    # alert, emerg.<br>    LogLevel warn<br><br>    CustomLog ${APACHE_LOG_DIR}/access.log combined<br><br>    Alias /doc/ "/usr/share/doc/"<br>

    <Directory "/usr/share/doc/"><br>        Options Indexes MultiViews FollowSymLinks<br>        AllowOverride None<br>        Order deny,allow<br>        Deny from all<br>        Allow from <a href="http://127.0.0.0/255.0.0.0" target="_blank">127.0.0.0/255.0.0.0</a> ::1/128<br>

    </Directory><br>    Alias /siremis "/var/www/siremis-4.0.0/siremis"<br>    <Directory "/var/www/siremis-4.0.0/siremis"><br>        Options Indexes FollowSymLinks MultiViews<br>        AllowOverride All<br>

        Order allow,deny<br>        Allow from all<br>        <FilesMatch "\.xml$"><br>            Order deny,allow<br>            Deny from all<br>        </FilesMatch><br>        <FilesMatch "\.inc$"><br>

            Order deny,allow<br>            Deny from all<br>        </FilesMatch><br>    </Directory><br><br><br></VirtualHost><br><br><br></div></div></div></div></div></div></div>