Well, I found the problem,
When editing..
vi /etc/config/uhttpd
Use these lines
list interpreter ".php=/usr/bin/php-cgi"
option index_page 'index.php'
Now it's working
Well, I found the problem,
When editing..
vi /etc/config/uhttpd
Use these lines
list interpreter ".php=/usr/bin/php-cgi"
option index_page 'index.php'
Now it's working
Hi Joris,
Try this:
vi /etc/php.ini
Find the line
doc_root = "/www"
Change it with your new path
doc_root = "/www/vaipalmeiras"
Save, exit and run to restart uhttpd
/etc/init.d/uhttpd restart