Module "Not Found"

Situation
“When I click on the manage module, I get the error ‘Not Found
The requested URL was not found on this server.’ Why is this happening?”

OpenEMR Version
I’m using OpenEMR version

Browser:
I’m using:crome

Operating System
I’m using: debian

Search
Did you search the forum for similar questions?

Logs
Did you check the logs?
Was there anything pertinent in them?
Please paste them here (surround with three backticks (```) for readability.
You can also turn on User Debugging under Administration->Globals->Logging User Debugging Options=>All

Hi Zeynep CAKIR
You can check /interface/modules/zend_modules/public/Installer this file exist your system.
manage module url:localhost/openemr/interface/modules/zend_modules/public/Installer
you can refer below link to know about openemr modules.
https://www.open-emr.org/wiki/index.php/OpenEMR_Modules
Thanks,
Param,
help@capminds.com

3 possible issues, one or all will cause this.

Composer/NPM steps in README.md may not have been done yet?
Your Apache2 site config needs to include access rules to allow the module rewrites to work correctly.
Apache2 rewrite module must be enabled.

1 Like

Excuse me if I’m talking down to you but, IDK your level of expertise so;
To enable the rewrite module;
From the debian command line as a user with sudo privileges, type
sudo a2enmod RewriteEngine
You will need to enter your user password then hit
The Manage Modules interface should load now

2 Likes

This is how I solved my problem, thank you