Search found 4 matches

by rorosa
20 Feb 2024, 16:55
Forum: Suggestions
Topic: Make .htaccess files compatible wiht Apache 2.4
Replies: 0
Views: 156

Make .htaccess files compatible wiht Apache 2.4

You can use this kind of condition to make the .htaccess files compatible between different versions of Apache:
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
Order Deny,Allow
Deny from all
</ifModule>
by rorosa
31 Jul 2018, 22:55
Forum: Bug Report version 2.2
Topic: URL site fixed for reverse proxy installation
Replies: 4
Views: 3520

Re: URL site fixed for reverse proxy installation

It should be the same than this one: //Configure server host to build urls correctly in cron //Enter [http or https]+[domainname]+[catalog] for example: https://mycompany.com/mypm/ define('CRON_HTTP_SERVER_HOST','http://localhost/rukovoditel/product_v1.9/'); But to build url correctly in app. I have...
by rorosa
31 Jul 2018, 20:45
Forum: Bug Report version 2.2
Topic: URL site fixed for reverse proxy installation
Replies: 4
Views: 3520

Re: URL site fixed for reverse proxy installation

Is this expected to be developed in future versions?
by rorosa
31 Jul 2018, 00:03
Forum: Bug Report version 2.2
Topic: URL site fixed for reverse proxy installation
Replies: 4
Views: 3520

URL site fixed for reverse proxy installation

Where can I set the URL site? I have a reverse proxy installation and when I come in Rukovoditel it rewrites to localhost:81, and it should rewrite to https://project.covline.es/rukovoditel

Many thanks in advance