Hi everyone, just a quick question: I am using Nginx as my webserver and PHP-FPM to handle PHP. Would someone mind helping me convert the FUEL .htaccess rules for my nginx config?
I'm not familiar with Nginx however, you should be able to use FUEL without the htaccess by changing the $config['index_page'] = 'index.php'; in the fuel/application/config/config.php
You of course will lose the folder protection in the .htaccess but if you are just wanting to test it out, it may be a good option.
Comments
You of course will lose the folder protection in the .htaccess but if you are just wanting to test it out, it may be a good option.
Let me know how it goes.