*

bynd000

  • *
  • 3 posts
search replace comma with dash in search
« on: September 24, 2022, 08:16:20 AM »
Is it possible to change the comma by dash in search url example when I search trt I get an url /search/q,trt I want to change that so my url return /search/q-trt
or if I select a category in search result page I get a link /search/q,trt/category,photography so I want to change that to /search/q-trt/category-photography
is there a way to change that on the php files . I even deactivate friendly urls and tried to build my htaccess but seems that not working.
Is it possible to deactive friendly url for search
« Last Edit: September 24, 2022, 09:23:42 AM by bynd000 »

*

MB Themes

Re: search replace comma with dash in search
« Reply #1 on: September 24, 2022, 09:47:22 PM »
No you cannot change this.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

bynd000

  • *
  • 3 posts
Re: search replace comma with dash in search
« Reply #2 on: September 25, 2022, 09:33:41 AM »
I did disable friendly URLS but my htaccess not working

*

MB Themes

Re: search replace comma with dash in search
« Reply #3 on: September 25, 2022, 11:20:43 AM »
Htaccess is just file generated by osclass (but can be also manually created).
Disabled friendly urls will ignore htaccess
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

bynd000

  • *
  • 3 posts
Re: search replace comma with dash in search
« Reply #4 on: September 25, 2022, 07:58:10 PM »
is it possible to disable friendly url and without ignoring htaccess

*

MB Themes

Re: search replace comma with dash in search
« Reply #5 on: September 26, 2022, 09:32:16 AM »
I think you do not understand much how it works.
Disabling friendly urls only remove not necessary code from htaccess, but this file can be there with different rules
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots