I got the dev_appserver.py to run. But when I type in localhost in the 
browser I get "ERR_CONNECTION_REFUSED". 

runtime: php55
api_version: 1


handlers:
- url: /
  script: Configure.php

- url: /index\.html
  script: Configure.php
  
- url: /Subit_backend\.html
  script: Subit_backend.php

- url: /stylesheets
  static_dir: stylesheets

- url: /(.*\.(gif|png|jpg))$
  static_files: static/\1
  upload: static/.*\.(gif|png|jpg)$

- url: /admin/.*
  script: admin.php
  login: admin

- url: /.*
  script: not_found.php
  
# Serve php scripts.
- url: /(.+\.php)$
  script: \1  

HERE IS THE START.CMD

dev_appserver.py c:\xampp\htdocs\sub_crud\application\controllers 
--log_level=debug
gcloud beta emulators datastore start


-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/c8ba2f00-1977-4707-be16-2f9539d33cb7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to