Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AlmaLinux v8.9.0 STANDARD issue #78

Open
qkgm828 opened this issue Feb 28, 2024 · 0 comments
Open

AlmaLinux v8.9.0 STANDARD issue #78

qkgm828 opened this issue Feb 28, 2024 · 0 comments

Comments

@qkgm828
Copy link

qkgm828 commented Feb 28, 2024

I am using AlmaLinux v8.9.0 STANDARD and CentOS v7.9.2009 STANDARD VPS.

The JSON Basic Authentication plugin works well on CentOS v7.9.2009 STANDARD, but it does not work on AlmaLinux v8.9.0 STANDARD.

I got an error message like below.

{"code":"rest_no_route","message":"No route was found matching the URL and request method.","data":{"status":404}}

Please provide a solution.

For your reference, I am using the .htaccess file identically as below.

RewriteEngine On RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L]

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant