Advertisement:

Author Topic: Slugs page not working  (Read 193 times)

agiminer

  • Newbie
  • *
  • Posts: 13
Slugs page not working
« on: May 02, 2019, 03:42:49 pm »
When i turn on nice looking urls in settings permalinks
Search terms and patterns with ščć not working

Try.
Trgozona.com
Search: šerpa

Anyone know whats wrong?

WEBmods

  • Hero Member
  • *****
  • Posts: 937
  • github.com/webmods-croatia/love-osclass/ | patrick
Re: Slugs page not working
« Reply #1 on: May 02, 2019, 05:47:43 pm »
Hello,

It works on my site (from Croatia, so we also use those characters). It may be related to some plugin or your theme. Have you tried on default Bender theme?

Regards.

agiminer

  • Newbie
  • *
  • Posts: 13
Re: Slugs page not working
« Reply #2 on: May 03, 2019, 12:06:49 am »
Hey mate ,
Tnx for answering , i tho this is a dead end ...

Yea i tested with Bender and Modern ... same results also i disabled all plugins and test ti with same results..

When i disable friendly URL from settings / permalinks its working both ways

https://www.trgozona.com/search/pattern,šerpa - refresh from previues
https://www.trgozona.com/index.php?page=search&sPattern=šerpa - generates after new search

So i guess there is some conflict with friendly URL on and off ....

Htaccess:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{SERVER_PORT} !^443$
RewriteCond %{HTTPS} off [OR]
RewriteCond %{HTTP_HOST} !^www\. [NC]
RewriteCond %{HTTP_HOST} ^(?:www\.)?(.+)$ [NC]
RewriteRule ^ https://www.%1%{REQUEST_URI} [L,NE,R=301]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
Header set Strict-Transport-Security "max-age=31536000; includeSubDomains; preload"
</IfModule>
#RewriteCond %{HTTPS} !=on
#RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [L,R]
#####################################
# SEVERAL USEFUL FIXES

# Make sure IE9 looks good as well
#BrowserMatch "MSIE 9.0"  ie9
#header set X-UA-Compatible "IE=Edge,chrome=1"

############################
# BROWSER CACHING

# The expires module controls the Expires and Cache-Control headers.
<IfModule mod_expires.c>
  ExpiresActive On
  ExpiresDefault "access plus 1 year"
</IfModule>

agiminer

  • Newbie
  • *
  • Posts: 13
Re: Slugs page not working
« Reply #3 on: May 20, 2019, 12:45:35 pm »
Webhosting said "This is application problem (osclass)"
Several plugin dealers said they know about this "Osclass general problem"

I still haven o solutions...
I will be forced to change platform for my website , since its not functional .....
Can anyone just respond to this thread with answer or more questions _

WEBmods

  • Hero Member
  • *****
  • Posts: 937
  • github.com/webmods-croatia/love-osclass/ | patrick
Re: Slugs page not working
« Reply #4 on: June 25, 2019, 11:15:23 am »
Interestingly, it works in this case: https://zelenioglasnik.com.hr/oglasi/kljucna-rijec,noževi

However, with some keywords, it doesn't, and it also shows, for example, if I search "Tražim" the items with keyword "Trazim".

Regards.