Safran / RoPA

Version web du registre des activités de traitement à installer sur un serveur. | Web version of the record of processing activities to install on a server.
GNU General Public License v3.0
32 stars 12 forks source link

no login page : requested URL not found #9

Open ludoviclhoir opened 5 years ago

ludoviclhoir commented 5 years ago

hi,

i can't access to th elogin page, whatever i try http://[APP_URL]/fr/login or http://[APP_URL]/en/login it does not get it.

The requested URL /fr/login was not found on this server. GET /fr/login HTTP/1.1" 404 503 GET /en/login HTTP/1.1" 404 503

just added the db access and app_url in the .env file

linux Debian 9.5 Server version: Apache/2.4.25 (Debian) PHP 7.3.3-1+0~20190307202245.32+stretch~1.gbp32ebb2 (cli) (built: Mar 7 2019 20:22:46) ( NTS ) npm 6.7.0 Composer version 1.8.4 2019-02-11 10:52:10 Mariadb 10.1.37

apache vhosts :

<VirtualHost *:80> ServerName ropa.sam4m.com

    ServerAdmin webmaster@localhost

    DocumentRoot /var/www/html/RoPA/public

    <Directory /var/www/html/RoPa/public>
           Options Indexes FollowSymLinks
            AllowOverride All
            Require all granted
   </Directory>

    ErrorLog ${APACHE_LOG_DIR}/ropa_error.log
    CustomLog ${APACHE_LOG_DIR}/ropa_access.log combined