Flex to remote server - php

I am trying to get a Flex/PHP application set up and am having problems connecting to my server. The database/PHP isn't going to be hosted on a local server, it will be hosted on a remote server along side the PHP. When I am trying to set up the project, I am asked for the web root but when I put in the ftp or URL to the remote server it throws the "The web server document root is not a valid directory". All information I have found seem to be pointing to having a locally hosted version of the server, but that isn't possible. Is there any other way?

Related

server issue with AWS elastic IP ,when i came run on web browser

I had used the xampp server for my aws virtual server .In my virtual server all of the thing working well (run on localhost successfully .), however, I used the browser my elastic IP is not working well or error showing (this site can not reach ). anybody tell me what is the issue that it is working on my virtual server but not in url when I used the IP or domain of my virtual server.

Php - upload webservice php to server

I am android developer , I have no experience with php but I have requirement to upload web site to linux server , I am using WinSCP to upload web site .
here is screenshot for server side , in which folder should I upload it , and how to access it to using it as web service in my mobile
UPDATE
the site Amazon aws hosting
That depends where the web server is configured to serve files from. Common locations are a public_html or www or htdocs directory in your home folder (if you are using a shared server), or in /var/www or /srv/www for dedicated servers.
Again, accessing it depends on how the web server is configured. It might just use an IP address, or it may have a domain name pointing at it. Whomever set up the server will have this information.

Error 500 when accessing deployed Symfony2 project

I was developing Symfony2 website on my local machine and after i finished, i uploaded it to our company's remote test server via FTP.
When I try to access it by typing either:
www.project_name.company_website.cz/
www.project_name.company_website.cz/web/
www.project_name.company_website.cz/web/app.php
I get error 500.
This app runs well on my local machine but I don't know what is wrong on remote server. My thought is that there is no index file in project's root or .htaccess but I am new to web development so I don't have enough information about this.

How to access PHP, MYSQL localhost database on android actual device

my android project based on php, mysql database, when i run in my actual device which is google nexus7 the application running without any error messages, but im not able to access the database files which in my pc localhost wamp server.
Local host means, by definition, you can only access it from that machine. That's why it is local.
Access the server via a local network or build an actual website.

Wamp server connection

I have developed an android app that connect mysql database using php. when making https request to scripts php from other computers located on the same local network no problem, but when trying to request the same scripts from my android phone it gives tcp errors.
There is however a far better solution. You can access your host machine with the IP address "10.0.2.2".
This has been designed in this way by the Android team. So your webserver can perfectly run at localhost and from your Android app you can access it via http://10.0.2.2:8080.
What error do you get? If it's a forbidden error then it could be your httpd config file blocking your android. Can you tell from the error whether the problem is in your android application or a network connectivity error?

Categories