Google webmaster tools site verification file in web2py? -


To verify your site on Google Webmaster Tools, you should download a verification file and upload it to your site To upload:

www.example.com/google1234a1ab1234a123.html

Where should I put this file in the Web 2 py directory structure? I have a single web2py app that is served on www.example.com. Note: I am using pattern based routing.

I'm open to a better way, but I added a static folder and a path_in entry to the file: < / P>

  route_in = (... ('/google1234a1ab1234a123.html', 'r / my_app / static / google1234a1ab1234a123.html'), ...)   

And now it is working.

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -