Hi, I can’t make it works in the problem with API, I made the changes with my dns but it doesn’t work:
RewriteEngine On
RewriteBase /
SOLVED: Upgrade from OJS 3.1.2.4 to OJS 3.2.1.2: problems with url api in back-office - #13 by drugurkocak
Rules for drop.amiturismo.com
RewriteCond %{SERVER_NAME} ^(www.)?drop.amiturismo.com
RewriteRule ^api/v1(.)$ index.php/dimensiones/api/v1$1 [L,R=307]
RewriteCond %{SERVER_NAME} ^(www.)?drop.amiturismo.com
RewriteCond %{REQUEST_URI} !/dimensiones/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.)$ index.php/dimensiones/$1 [L]
I have 3.3.0.14 ojs version in Ionos
Help please!