-
I created a phalcon project on the server in the directory /home/admin/web/mysite.com/public_html/test
-
Installed devtools in the directory /home/admin/phalcon-devtools
-
I configured apache2.conf openbasedir to access /home/admin/phalcon-devtools directory.
-
Assigned PTOOLS_IP value in webtools.config.php to "46." (My ip address subnet) .
- The owner of the directory and files in /home/admin/phalcon-devtools is the same as the site folder /home/admin/web/mysite.com/public_html/test (admin:admin)
I follow the link mysite.com/test/webtools.php and get an error 403:
403 Forbidden
Sorry! You are not allowed to access this page.
Apparently, this is a mistake of the Phalcon, because the error page is displayed through the Falcon template and the page title is "Forbidden :: Phalcon WebTools".
The site itself based on the Phalcon is working correctly (mysite.com/test/)
Please, help me setup the Phalcon webtools to work correctly.