-
Notifications
You must be signed in to change notification settings - Fork 253
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to use echo in .htaccess file ? #50
Comments
@komabeyond Well, I didn't know nginx supports .htaccess files like apache httpd. |
@agentzh well, actually it supports. could u make some tests and let echo can work in the .htaccess file ? |
@komabeyond You mean some 3rd-party modules? I've been working on the nginx core for 7 years now and I never see such things in the standard nginx distributions, ever. |
@agentzh Ah... I think may be we are not in the same topic now, so, let me paste my nginx config file and my .htaccess file down here, this will be show u how i used the .htaccess file in the nginx config file and then u will be know what i am talking about. nginx config file contents: server { .htaccess file contents: location ~ /stream/view { |
Ha, that's really confusing. BTW: You can place code parts into |
Based on what you showed, the |
i had already installed echo module for my nginx, and also i can use the echo command in the main nginx config file nginx.conf. but when i use the seem command in my .htaccess file it dosent't work anymore.
please help me, thanks!
The text was updated successfully, but these errors were encountered: