我在共享主机上,并且从我的目录中,我想同时服务静态页面和来自api服务器的请求(用symfony php编写)。我有一个带有index.html等的/ static文件夹和一个带有symfony项目的/ myapi文件夹,在顶层包含index.php。现在我希望请求例如mywhateverdomain.com/somepage定位到/static/somepage/index.html以及对mywhateverdomain.com/api/*的所有请求以symfony应用为目标,即/myapi/index.php。我该如何设置我的.htaccess?我也希望两者都重定向到https。提前非常感谢!