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:
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> And now it is working. www.example.com/google1234a1ab1234a123.html
route_in = (... ('/google1234a1ab1234a123.html', 'r / my_app / static / google1234a1ab1234a123.html'), ...)
Comments
Post a Comment