Skip to content

How can use friendly url with htdocs?

I have a website with URLS variables, but i can change for friendly urls like: https://www.kanarinolta.es/impresion-oficina?name=bizhub&model=C650i to this: https://www.kanarinolta.es/impresion-oficina/bizhub-C650i/ I tried with this in htdocs file: But doesn’t work. Answer First, make sure mod_rewr…

return array from command to controller. Laravel [closed]

Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 1 year ago. Improve this question I have an array in my command and I want to return the array to a controller where I call the…

Display the custom posts by the terms

The think is I want to display on front-end of my WP the custom posts which has specific terms, but I have problem to get term_id of specific taxonomies using foreach loop. Im using fresh WP …