On Thu, Oct 2, 2014 at 6:34 AM, Anmol Parashar <4nm0...@gmail.com> wrote:

>
>   I have two forms on my website, one asks for just an email and other a
> contact form. Both of them accepts input but can't send the input to where
> they are supposed to. A message is displayed, "PHP scripts/files are either
> not configured properly or are missing. Contact your host."
>
> I made my website using Adobe Muse and their forms uses PHP. I have
> provided all my static html files to Google App Engine (which I'm using as
> a host) using the Deploy function but whenever I hit deploy, most of the
> files are read and uploaded except the 8 .php files. The error says, 
> *"Mimetype
> can't be recognized for *.php. Using application octet stream instead."*
>
> *How do I upload my .php files?*
>
>


Are you deploying within Adobe Muse, or deploying using the App Engine SDK
outside of Muse? If you're attempting to deploy while inside of Muse, try
this: open your project in Muse, then go to File > Export HTML and save a
copy of your website on your local disk. Then download and install the App
Engine PHP SDK ( https://cloud.google.com/appengine/downloads ) and use it
to upload your local website copy to App Engine. Here are uploading
directions:
https://cloud.google.com/appengine/docs/php/gettingstarted/uploading


On Thu, Oct 2, 2014 at 6:34 AM, Anmol Parashar <4nm0...@gmail.com> wrote:

>
>   - url: /unsubscribe
> script: static_website/jl3sxnhv7vv.php
>
>

I see that your PHP scripts are in your static files directory. You need to
move them into their own directory or put them at root.


On Thu, Oct 2, 2014 at 6:34 AM, Anmol Parashar <4nm0...@gmail.com> wrote:

>
>    *PS:* The support at Adobe Muse says that PHP is not configured.
> Contact the server admin. How do I tell Google To enable php?
>


PHP is already configured in App Engine, you don't need to do anything
special.


-----------------
-Vinny P
Technology & Media Consultant
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to