Good morning, I have the following doubt: When installing the system locally it shows me “Portal Dashboard”, however when installing it on the server it does not show it.
I tried to fix it by editing the apache2.conf file, following the blog’s answers, however it didn’t work.
My version of OpenEMR is 6, it is mounted on Ubuntu 18.04, with apache
Check your server configuration files. It looks like your apache configuration does not have the AllowOverride configuration set for allowing .htaccess files (which we use in a couple of places) to setup the mod_rewrite rules. If you want to disable .htaccess (like some system administrators do) you will need to hunt down all of the .htaccess files and put their rewrite rules inside your apache vhost configuration.
If you’ve tried that and its not working try posting your apache vhost configuration. You can also try an alternative method to installing OpenEMR such as the docker format.