Skip to content
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

Any Possibility of a PHP version #23

Open
kezenwa opened this issue Dec 27, 2022 · 3 comments
Open

Any Possibility of a PHP version #23

kezenwa opened this issue Dec 27, 2022 · 3 comments

Comments

@kezenwa
Copy link

kezenwa commented Dec 27, 2022

Any Possibility of a PHP version ?

@rkaiser0324
Copy link
Contributor

This project implements .htaccess support in the nginx webserver - you can continue to use any language to serve your site that you wish. Most of my testing is actually with PHP pages, served through nginx via PHP-FPM. I have confirmed that WordPress, for example, works fine.

@kezenwa
Copy link
Author

kezenwa commented Dec 27, 2022

This project implements .htaccess support in the nginx webserver - you can continue to use any language to serve your site that you wish. Most of my testing is actually with PHP pages, served through nginx via PHP-FPM. I have confirmed that WordPress, for example, works fine.

Yea I get you.

Just that I'm looking for something written in PHP, and not Lua or C .

That way, I could easily integrate it to my existing workFlow

@rkaiser0324
Copy link
Contributor

rkaiser0324 commented Dec 27, 2022

This is written in Lua since that language has a module available and it seems to be the most popular for nginx scripting. There is no PHP module as far as I know, which is unsurprising due to how heavyweight PHP is. That said, there are official ones for perl and javascript that you might look at.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants