Hello!
As the title says, I'm getting the error, below, when I try to access the login page (the website displays fine). This is a new install on IONOS hosting and the .htaccess file is being read (I've posted that file below as well.
I've tried commenting out the .htaccess line by line, removing the file, even tried throwing one in from one of my Wordpress sites :), but nothing helped.
I appreciate any suggestions!
Thanks - Rob
Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
# Start ProcessWire:pwbphp (update 17)
# block all PHP files (optional fallback if root .htaccess missing)
<FilesMatch "\.(php|module|inc)$">
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
Order allow,deny
Deny from all
</IfModule>
</FilesMatch>
# End ProcessWire:pwbphp