well, I was trying to open localhost:8080 when I should have been using 
localhost:8000. So now it is opening to this page. Where is my app though?




On Sunday, May 20, 2018 at 6:44:13 AM UTC-4, Richard Bernstein wrote:
>
>
> 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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
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/70312fee-4ad1-49d3-8492-97c693c8c3f1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to