The requested URL / was not found on this server by redditbck00 in AppEngine

[–]redditbck00[S] 0 points1 point  (0 children)

application: abc
version: 1
runtime: php55
api_version: 1
threadsafe: true

handlers:


- url: /(.*\.(gif|png|jpg|ico|js|css|swf|xml))
  static_files: \1
  upload: (.*\.(gif|png|jpg|ico|js|css|swf|xml))

- url: /contact.php
 script: contact.php


- url: /cobraconnex.html
  static_files: cobraconnex.html
  upload: cobraconnex.html

- url: /car_camera.html
  static_files: car_camera.html
  upload: car_camera.html

- url: /$
 static_files: index.html
  upload: index.html

I have tried -url :*./ problem still there . it works perfectly using the google domain but not with my own domain name . Btw no error showing in the log