Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie

Hi all, I found an issue in my Odoo 9.0 environment which is behind Apache reverse proxy.

Everything else works, except for SEO url redirect for the website module. For example:

https://xxx.com/jobs/apply/1 

is always redirected to another SEO friendly url which contains page title:

https://xxx.comjobs/apply/android-developer-1

in which the slash "/" after domain name is gone. 

For me this issue exists in all SEO url redirects. I believe it's a code level issue however I'd like to know if anyone else has had same problem and was able to fix it without touching source code 

Apache setting:

======================================================

<Proxy *>

Order deny,allow

Allow from all

</Proxy>

ProxyRequests Off

ProxyPass / http://localhost:8069/

ProxyPassReverse / http://localhost:8069//

ProxyVia On

SSLEngine on

SSLCertificateFile /etc/gitlab/ssl/wildcard.crt

SSLCertificateKeyFile /etc/gitlab/ssl/wildcard.key

SSLCaCertificateFile /etc/gitlab/ssl/wildcard.crt

=======================================================

 

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
5
lip 25
16185
0
sie 18
3140
0
maj 24
1074
2
lip 16
4599
0
cze 25
421