0
Tagasi lükatud

How can i configure nginx with .htaccess?

Aminul Islam 10 aastat tagasi uuendatud 10 aastat tagasi 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.

Vasta

Vasta
Tagasi lükatud
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
HÄSTI, OLEN RAHUL
Satisfaction mark by Aminul Islam 10 aastat tagasi
Vasta
Tagasi lükatud
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.