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

nginx redirect location

$
0
0
Hi,
I am trying to redirect domain.com/index.php/admin and domain.com/index.php/admin/admin to domain.com

I am using below location directive.
location /admin {
rewrite ^/admin(.*) / permanent;
}

This is not working for domain.com/index.php/admin/admin url. Please help.

Viewing all articles
Browse latest Browse all 4759

Trending Articles