def rootDir_web(path): index_key = path.rfind('py') if index_key > (len(path)-4): return redirect(url_for('view_rents')) return send_from_directory(os.path.join(app.root_path, '.'), path)