Quantcast
Channel: Nginx Forum - How to...
Viewing all articles
Browse latest Browse all 4759

Re: Wordpress htaccess for URL

$
0
0
I'm confused. You seem to be using two different locations: /business-profile and /business.

I think if you really meant for it to be /business, then try:

location /business {
rewrite ^/business/([^/]*)/([^/]*)$ /business/?id=$1 last;
}

Viewing all articles
Browse latest Browse all 4759

Trending Articles