0
Abgelehnt

How can i configure nginx with .htaccess?

Aminul Islam vor 10 Jahren aktualisiert vor 10 Jahren 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.

Antwort

Antwort
Abgelehnt
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
GUT, ICH BIN ZUFRIEDEN.
Zufriedenheit von Aminul Islam vor 10 Jahren
Antwort
Abgelehnt
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.