我目前正在将我的网站从Apache迁移到nginx,但我的.htaccess文件无效.我的网站在/usr/share/nginx/html/mywebsite文件夹里面.我如何.htaccess在我的nginx服务器中使用?
这是我的.htaccess档案:
RewriteEngine on
RewriteRule video/watch/([a-zA-Z0-9_@$*-]+)/?$ "videos-single.php?id=$1" [NC]
Run Code Online (Sandbox Code Playgroud) id在 laravel 和 MongoDB 中插入一行后如何获取最后插入的内容?我插入行的代码是:
$insertData = DB::collection('hotels')->insert($insertArray);
Run Code Online (Sandbox Code Playgroud)