Hello, I see that in OPS I can create sections and put paths in them, but I can’t find them to access the classification publicly as I can do with the categories. How is that URL constructed?
Hi @Ppantaleo,
Would you mind noting which specific version of OPS (e.g. 3.3.0-14) you’re working from, please?
-Roger
PKP Team
Hi! Sorry, I forgot. The version is, 3.4.0.4
Hello, I found it: domain.com/server-name/preprints/section/section-path-1
I successfully used this code to remove index.php, do you know of a way to remove /server-name as well so that only the domain remains since I have only one server in the installation?
RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ index.php/$1 [QSA,L]Hi @Ppantaleo,
Thanks for the update. Sorry - I’m not familiar enough with this to be able to comment, but I’ll see if one of our other team members can comment when they have the opportunity,
Best regards,
Roger
PKP Team
Hi @Ppantaleo,
You might enable the setting restful_urls
in the config.inc.php
and try the RewriteRule
available at this post: Restful URLs on OJS3, searching for “restfull urls” in the forum might bring other helpful topics.
Best,
Jonas Raoni
This topic was automatically closed after 12 days. New replies are no longer allowed.