0
Odrzucone

How can i configure nginx with .htaccess?

Aminul Islam 10 lat temu zaktualizowano 10 lat temu 2
Is there any way to make the support htaccess file to nginx server?


I used a webuzo panel by softacoulus. There I can handle.htaccess manually. Can you please tell me how I can use.htaccess with nginx?


Regards.

Odpowiedź

Odpowiedź
Odrzucone
Hi Aminul,

.htaccess is an outdated technology (in fact used almost only with PHP), and isn't supported by NGINX. But you can convert your .htaccess rules into NGINX custom configuration here: http://winginx.com/en/htaccess
DOBRZE, JESTEM ZADOWOLONY.
Znak zadowolenia przez Aminul Islam 10 lat temu
Odpowiedź
Odrzucone
Hi Aminul,

.htaccess is an outdated technology (in fact used almost only with PHP), and isn't supported by NGINX. But you can convert your .htaccess rules into NGINX custom configuration here: http://winginx.com/en/htaccess
Thanks a lot for your support.