P
P
prolige2021-03-20 17:25:55
Nginx
prolige, 2021-03-20 17:25:55

How to remove .php in nginx?

How to remove .php extension in nginx.conf?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
T
trypzz, 2021-04-12
@prolige

location / {
try_files $uri $uri.php $uri/;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question