You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Goodmorning,
Very good job, i followed all the istructions but now i'm not able to use the REST api . i installed all on my amazonec2, i generated the keys and i try to call from localhost,but i don't know the address to call for a example research .
the root folder of the framework is /app or /web ?
thanks in advance
federico
The text was updated successfully, but these errors were encountered:
You want to have Apache's DocumentRoot set to the /web directory. It should be set up such that making a request without specifying any path would hit the index page /web/index.php Additionally the .htaccess rules should be enabled to perform the URL rewriting. For my testing I have the following config file
<VirtualHost *:8001>
DocumentRoot /var/www/find.torrent/web
<Directory /var/www/find.torrent/web>
AllowOverride All
Order allow,deny
allow from all
</Directory>
</VirtualHost>
Goodmorning,
Very good job, i followed all the istructions but now i'm not able to use the REST api . i installed all on my amazonec2, i generated the keys and i try to call from localhost,but i don't know the address to call for a example research .
the root folder of the framework is /app or /web ?
thanks in advance
federico
The text was updated successfully, but these errors were encountered: