Love Fuel?
Donate
About
Forums
Discussions
Login
FuelPHP Forums
Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Installation & Setup
Fuelphp + Nginx on windows
ginsama
February 2016
Hi guys I have tried today to install Nginx and things works fine, even when I go to my fuelphp app the index.php and .htaccess seems to work good, until I go to /controller/action then I got File not found error, I am using WTserver.
Harro
February 2016
Accepted Answer
Afaik nginx doesn't use the .htaccess file?
Languara
February 2016
Accepted Answer
Hi ginsama,
In case you haven't resolved your issue, here is a quick follow up.
Harro, is correct. Your .htaccess file is useless in nginx.
You will need to convert the rewrite rules in the .htaccess file to the nginx syntax.
See the following url for nginx rewrite rule syntax:
https://www.nginx.com/blog/creating-nginx-rewrite-rules/
Also, there are tools around which convert .htaccess files into nginx syntax rewrites:
http://www.anilcetin.com/convert-apache-htaccess-to-nginx/
Hope that helps!
-Daniel
Daniel Volkovich
Chief of Product / Languara
https://languara.com
"Translate your apps in the cloud"
ginsama
September 2016
thanks for the help mates
:)
Add a Comment
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Apply for Membership
Categories
All Discussions
5,088
General
↳ General
3,364
↳ Job Board
13
↳ Installation & Setup
214
Packages
↳ Oil
213
↳ Orm
700
↳ Auth
260
Development
↳ Tips and Tutorials
126
↳ Code share
145
↳ Applications
52
In this Discussion
ginsama
September 2016
Harro
February 2016
Languara
February 2016