I’ve setup a very simple project that just ouputs the contents of $_GET
, and that has the following .htaccess:
RewriteEngine On
RewriteRule ^(/?)$ /index.php?page=home [L]
This works fine when I’m using XAMPP but not with Devilbox (bottom and top respectively):
I’m wondering if maybe devilbox is using nginx instead of Apache ? How can I configure that ? (Please tell me if you need any other files / settings, however I haven’t configured much except for the project directory)