Administration menu returns 404 after enabling Pretty URLs (OJS 3.5.0-3)

Hello community,

I’ve encountered an issue.

I have a new journal instance, version 3.5.0-3. I decided to implement Pretty URLs using this guide: https://docs.pkp.sfu.ca/admin-guide/en/deploy

It worked, and “index.php” has been removed from the URLs. However, a new problem has appeared: the “Administration” menu item now returns a 404 error.

Has anyone encountered this problem?

My configuration:

.htaccess
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^api/v1(.*)$ /index.php/api/v1$1 [L,R=307]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ /index.php/$1 [QSA,L] </IfModule>

config.inc.php
restful_urls = On
base_url[index] = ``https://journal.com