Điểm:0

Máy chủ web NGINX hiển thị index.php nhưng không có nội dung con nào khác như bảng quản trị

lá cờ in

Trang web của tôi tải tốt trang web index.php của nó

https://carpool.domain.com/

Tôi nhập tên người dùng và mật khẩu và được chuyển hướng đến url: http://carpool.domain.com/admin_login

Nginx sẽ không hiển thị điều này: 404 không tìm thấy nginx/1.18.0 (Ubuntu)

Đây là cấu hình khối máy chủ nginx của tôi cho trang web này:

người phục vụ {
    nghe 877;
    nghe [::]:877;
    gốc /wbs/đi chung xe/www;
    chỉ mục index.php index.html index.htm index.nginx-debian.html;
    server_name carpool.serviciosymas.com ;
    #địa điểm / {
    # try_files $uri $uri/ =404;
    #}
    vị trí ~ \.php$ {
       bao gồm đoạn trích/fastcgi-php.conf;
       fastcgi_pass unix:/var/run/php/php7.4-fpm.sock;
    }
địa điểm / {
try_files $uri $uri/ =404;
  nếu (!-e $request_filename){
    viết lại ^/password-reset/([^\/]+)(\/|)$ /index.php?link1=welcome&link2=password_reset&user_id=$1;
  }
  viết lại ^/$ /index.php?link1=home;
  viết lại "^/forum/members/([a-zA-Z]{0,1})(/?|)$" /index.php?link1=forum-members-byname&char=$1;
  nếu (!-e $request_filename){
    viết lại ^/setting/([A-Za-z0-9_-]+)$ /index.php?link1=setting&page=$1;
  }
  nếu (!-e $request_filename){
    viết lại ^/@([^\/]+)(\/|)$ /index.php?link1=timeline&u=$1;
  }
  nếu (!-e $request_filename){
    viết lại ^/([A-Za-z0-9_]+)/([^\/]+)(\/|)$ /index.php?link1=timeline&u=$1&type=$2;
  }
  nếu (!-e $request_filename){
    viết lại ^/([^\/]+)(\/|)$ /index.php?link1=timeline&u=$1;
  }
}

vị trí /admin_login {
  viết lại ^/admin-cp$ /admincp.php;
  viết lại ^/admin-cp/(.*)$ /admincp.php?page=$1;
  viết lại ^/admin/ads/edit/(\d+)(/?|)$ /index.php?link1=manage-ads&id=$1;
}

vị trí = /admincp {
  viết lại ^(.*)$ /admincp.php;
}

vị trí /admincp {
  viết lại ^/admincp/(.*)$ /admincp.php?page=$1;
}

vị trí /adminPages/ {
  bí danh /bảng quản trị/;
}

vị trí / bắt đầu {
  viết lại ^/start-up(/?|)$ /index.php?link1=start-up;
}

vị trí /đã lưu {
  viết lại ^/saved-posts/(.*)$ /index.php?link1=saved-posts;
  viết lại ^/saved-posts(/?|)$ /index.php?link1=saved-posts;
}

vị trí /bất thường {
  viết lại ^/unusual-login(/?|)$ /index.php?link1=unusual-login;
}

vị trí /kích hoạt {
  viết lại ^/activated/(.*)$ /index.php?link1=activate&link2=$1;
}

vị trí /tìm kiếm {
  viết lại ^/search(/?|)$ /index.php?link1=search;
  viết lại ^/search/([^\/]+)(\/|)$ /index.php?link1=search&query=$1;
}

vị trí /quảng cáo {
  viết lại ^/ads-create$ /index.php?link1=ads-create;
  viết lại ^/ads(/?|)$ /index.php?link1=ads;
  viết lại ^/ads/create(/?|)$ /index.php?link1=create-ads;
  viết lại ^/ads/edit/(\d+)(/?|)$ /index.php?link1=edit-ads&id=$1;
  viết lại ^/ads/chart/(\d+)(/?|)$ /index.php?link1=chart-ads&id=$1;
}

vị trí/ứng dụng {
  viết lại ^/app/([^\/]+)(\/|)$ /index.php?link1=app&app_id=$1;
}

vị trí /tin nhắn {
  viết lại ^/messages/([^\/]+)(\/|)$ /index.php?link1=messages&user=$1;
  viết lại ^/messages(/?|)$ /index.php?link1=messages;
}

địa điểm / điều khoản {
  viết lại ^/terms/([^\/]+)(\/|)$ /index.php?link1=terms&type=$1;
}

vị trí /video {
  viết lại ^/video-call/([^\/]+)(\/|)$ /index.php?link1=video-call&call_id=$1;
  viết lại ^/video-call-api/([^\/]+)(\/|)$ /index.php?link1=video-call-api&call_id=$1;
}

vị trí / bài viết {
  viết lại ^/post/([^\/]+)(\/|)$ /index.php?link1=post&id=$1;
}

địa điểm/trò chơi {
  viết lại ^/game/([^\/]+)(\/|)$ /index.php?link1=game&id=$1;
}

vị trí / nâng cấp {
  viết lại ^/upgraded(/?|)$ /index.php?link1=upgraded;
}

vị trí /get_news_feed {
  viết lại ^/get_news_feed(/?|)$ /index.php?link1=get_news_feed;
}

địa điểm /trò chơi {
  viết lại ^/games(/?|)$ /index.php?link1=games;
}

vị trí /mới {
  viết lại ^/new-game(/?|)$ /index.php?link1=new-game;
  viết lại ^/new-product(/?|)$ /index.php?link1=new-product;
}

địa điểm /đi {
  viết lại ^/go-pro(/?|)$ /index.php?link1=go-pro;
}

vị trí = /oops {
  viết lại ^(.*)$ /index.php?link1=oops;
}

vị trí/người dùng {
  viết lại ^/user-activation$ /index.php?link1=user-activation;
}

vị trí /hashtag {
  viết lại ^/hashtag/([^\/]+)(\/|)$ /index.php?link1=hashtag&hash=$1;
}

vị trí /theo dõi {
  viết lại ^/follow-requests/(.*)$ /index.php?link1=follow-requests;
}

vị trí / p {
  viết lại ^/p/([^\/]+)(\/|)$ /index.php?link1=page&p=$1;
}

vị trí / g {
  viết lại ^/g/([^\/]+)(\/|)$ /index.php?link1=group&g=$1;
}

địa điểm /nhà {
  viết lại ^/home(/?|)$ /index.php?link1=home;
}

vị trí /404 {
  viết lại ^/404(/?|)$ /index.php?link1=404;
}

địa điểm /chào mừng {
  viết lại ^/welcome(.*)$ /index.php?link1=welcome cuối cùng;
}

vị trí /đăng ký {
  viết lại ^/register(/?|)$ /index.php?link1=register cuối cùng;
}

vị trí /xác nhận {
  viết lại ^/confirm-sms(/?|)$ /index.php?link1=confirm-sms lần cuối;
  viết lại ^/confirm-sms-password(/?|)$ /index.php?link1=confirm-sms-password lần cuối;
}

địa điểm /quên {
  viết lại ^/forgot-password(/?|)$ /index.php?link1=forgot-password lần cuối;
}

vị trí / kích hoạt {
  viết lại ^/activate(/?|)$ /index.php?link1=activate;
}

vị trí /trang {
  viết lại ^/pages(/?|)$ /index.php?link1=pages;
}

vị trí /thích {
  viết lại ^/liked-pages(/?|)$ /index.php?link1=liked-pages;
}

vị trí /joined_groups {
  viết lại ^/joined_groups(/?|)$ /index.php?link1=joined_groups;
}   

vị trí / đề xuất {
  viết lại ^/suggested-pages(/?|)$ /index.php?link1=suggested-pages;
  viết lại ^/suggested-groups(/?|)$ /index.php?link1=suggested-groups;
}

địa điểm /nhóm {
  viết lại ^/groups(/?|)$ /index.php?link1=groups;
}

vị trí / tạo {
  viết lại ^/create-group(/?|)$ /index.php?link1=create-group;
  viết lại ^/create-page(/?|)$ /index.php?link1=create-page;
  viết lại ^/create-album$ /index.php?link1=create-album;
  viết lại ^/create-album/([A-Za-z0-9_-]+)$ /index.php?link1=create-album&album=$1;
  viết lại ^/create-blog(/?|)$ /index.php?link1=create-blog;
  viết lại ^/create-app$ /index.php?link1=create-app;
}

vị trí /đăng xuất {
  viết lại ^/logout(/?|)$ /index.php?link1=logout;
}

địa điểm/liên hệ {
  viết lại ^/contact-us(/?|)$ /index.php?link1=contact-us;
}

vị trí/cài đặt {
  viết lại ^/setting(/?|)$ /index.php?link1=setting;
  viết lại ^/setting/([A-Za-z0-9_]+)/([A-Za-z0-9_-]+)$ /index.php?link1=setting&user=$1&page=$2;
}

vị trí /album {
  viết lại ^/albums(/?|)$ /index.php?link1=albums;
  viết lại ^/albums/([A-Za-z0-9_-]+)$ /index.php?link1=albums&user=$1;
}

vị trí /album {
  viết lại ^/album/([A-Za-z0-9_-]+)$ /index.php?link1=album&id=$1;
}

vị trí /trang {
  viết lại ^/page-setting/([^\/]+)(\/|)$ /index.php?link1=page-setting&page=$1;
  viết lại ^/page-setting/([A-Za-z0-9_]+)/([A-Za-z0-9_-]+)$ /index.php?link1=page-setting&page=$1&link3=$2;
}

địa điểm/nhóm {
  viết lại ^/group-setting/([^\/]+)(\/|)$ /index.php?link1=group-setting&group=$1;
  viết lại ^/group-setting/([A-Za-z0-9_]+)/([A-Za-z0-9_-]+)$ /index.php?link1=group-setting&group=$1&link3=$2;
}

vị trí /chỉnh sửa {
  viết lại ^/edit-product/([A-Za-z0-9_]+)$ /index.php?link1=edit-product&id=$1;
  viết lại ^/edit-blog/(\d+)(/?|)$ /index.php?link1=edit-blog&id=$1;
}

địa điểm /sản phẩm {
  viết lại ^/products(/?|)$ /index.php?link1=products;
  viết lại ^/products/([A-Za-z0-9_-]+)$ /index.php?link1=products&c_id=$1;
  viết lại ^/products/([A-Za-z0-9_-]+)/([A-Za-z0-9_-]+)$ /index.php?link1=products&c_id=$1&sub_id=$2;
}

địa điểm / của tôi {
  viết lại ^/my-products(/?|)$ /index.php?link1=my-products;
  viết lại ^/my-blogs(/?|)$ /index.php?link1=my-blogs;
}

vị trí / địa điểm {
  viết lại ^/site-pages/(.*)$ /index.php?link1=site-pages&page_name=$1;
}

địa điểm /blog {
  viết lại ^/blogs(/?|)$ /index.php?link1=blogs;
}

vị trí /người chia sẻ {
  viết lại ^/sharer(/?|)$ /index.php?link1=sharer;
}

địa điểm /blog {
  viết lại ^/blog-category/(\d+)(/?|)$ /index.php?link1=blog-category&id=$1;
}

vị trí /đọc {
  viết lại ^/read-blog/(.*)$ /index.php?link1=read-blog&id=$1;
}

vị trí /app_api {
  viết lại ^/app_api(/?|)$ /index.php?link1=app_api;
}

vị trí /api_request {
  viết lại ^/api_request(/?|)$ /index.php?link1=app_api;
}

vị trí / ủy quyền {
  viết lại ^/authorize(/?|)$ /index.php?link1=authorize;
}

vị trí /poke {
  viết lại ^/poke(/?|)$ /index.php?link1=poke;
}

vị trí /most_liked {
  viết lại ^/most_liked(/?|)$ /index.php?link1=most_liked;
}

vị trí /công việc {
  viết lại ^/jobs(/?|)$ /index.php?link1=jobs;
}

địa điểm /common_things {
  viết lại ^/common_things(/?|)$ /index.php?link1=common_things;
}

địa điểm/kinh phí {
  viết lại ^/funding(/?|)$ /index.php?link1=funding;
}

địa điểm /my_funding {
  viết lại ^/my_funding(/?|)$ /index.php?link1=my_funding;
}   
    
địa điểm /create_funding {
  viết lại ^/create_funding(/?|)$ /index.php?link1=create_funding;
}

địa điểm /edit_fund {
  viết lại ^/edit_fund/(.*)$ /index.php?link1=edit_fund&id=$1;
}

địa điểm /show_fund {
  viết lại ^/show_fund/(.*)$ /index.php?link1=show_fund&id=$1;
}

vị trí /trực tiếp {
  viết lại ^/live(/?|)$ /index.php?link1=live;
}

địa điểm/ký ức {
  viết lại ^/memories(/?|)$ /index.php?link1=memories;
}

địa điểm / ưu đãi {
  viết lại ^/offers(/?|)$ /index.php?link1=offers;
}

địa điểm /gần_cửa hàng {
  viết lại ^/nearby_shops(/?|)$ /index.php?link1=nearby_shops;
}

vị trí /nearby_business {
  viết lại ^/nearby_business(/?|)$ /index.php?link1=nearby_business;
}

địa điểm /hoàn tiền {
  viết lại ^/refund(/?|)$ /index.php?link1=refund;
}

địa điểm /quảng cáo {
  viết lại ^/advertise(/?|)$ /index.php?link1=advertise;
}

địa điểm /thanh toán {
  viết lại ^/checkout(/?|)$ /index.php?link1=checkout;
}

địa điểm /đã mua {
  viết lại ^/purchased(/?|)$ /index.php?link1=purchased;
}

địa điểm /đơn hàng {
  viết lại ^/orders(/?|)$ /index.php?link1=orders;
}

địa điểm /customer_order {
  viết lại ^/customer_order/(.*)$ /index.php?link1=customer_order&id=$1;
}

địa điểm / đơn hàng {
  viết lại ^/order/(.*)$ /index.php?link1=order&id=$1;
}

vị trí /đánh giá {
  viết lại ^/reviews/(.*)$ /index.php?link1=reviews&id=$1;
}

vị trí /open_to_work_posts {
  viết lại ^/open_to_work_posts(/?|)$ /index.php?link1=open_to_work_posts;
}

địa điểm /bị cấm {
  viết lại ^/banned(/?|)$ /index.php?link1=banned;
}

địa điểm /rút tiền {
  viết lại ^/rút tiền(/?|)$ /index.php?link1=withdrawal;
}

địa điểm / diễn đàn {
  viết lại ^/forum(/?|)$ /index.php?link1=forum;
  viết lại ^/forum/members(/?|)$ /index.php?link1=forum-members;
  viết lại ^/forum/search(/?|)$ /index.php?link1=forum-search;
  viết lại ^/forum/search-result/(/?|)$ /index.php?link1=forum-search-result;
  viết lại ^/forum/events(/?|)$ /index.php?link1=forum-events;
  viết lại ^/forum/help(/?|)$ /index.php?link1=forum-help;
}

địa điểm / diễn đàn {
  viết lại ^/forums/(\d+)(/?|)$ /index.php?link1=forums&fid=$1;
  viết lại ^/forums/add/(\d+)(/?|)$ /index.php?link1=forumaddthred&fid=$1;
  viết lại ^/forums/thread/(\d+)(/?|)$ /index.php?link1=showthread&tid=$1;
  viết lại ^/forums/thread/reply/(\d+)(/?|)$ /index.php?link1=threadreply&tid=$1;
  viết lại ^/forums/thread/quote/(\d+)(/?|)$ /index.php?link1=threadquote&tid=$1;
  viết lại ^/forums/thread/edit/(\d+)(/?|)$ /index.php?link1=editreply&tid=$1;
  viết lại ^/forums/user/threads(/?|)$ /index.php?link1=mythreads;
  viết lại ^/forums/user/threads/edit/(\d+)(/?|)$ /index.php?link1=edithread&tid=$1;
  viết lại ^/forums/user/messages(/?|)$ /index.php?link1=mymessages;
}

địa điểm/sự kiện {
  viết lại ^/events(/?|)$ /index.php?link1=events;
  viết lại ^/events/create-event(/?|)$ /index.php?link1=create-event;
  viết lại ^/events/edit/(\d+)/(/?|)$ /index.php?link1=edit-event&eid=$1;
  viết lại ^/events/my(/?|)$ /index.php?link1=my-events;
  viết lại ^/events/going(/?|)$ /index.php?link1=events-going;
  viết lại ^/events/invited(/?|)$ /index.php?link1=events-invited;
  viết lại ^/events/interested(/?|)$ /index.php?link1=events-interested;
  viết lại ^/events/past(/?|)$ /index.php?link1=events-past;
  viết lại ^/events/(\d+)(/?|)$ /index.php?link1=show-event&eid=$1;
}

địa điểm /phim {
  viết lại ^/movies(/?|)$ /index.php?link1=movies;
  viết lại ^/movies/genre/([A-Za-z-]+)(/?|)$ /index.php?link1=movies-genre&genre=$1;
  viết lại ^/movies/country/([A-Za-z-]+)(/?|)$ /index.php?link1=movies-country&country=$1;
  viết lại ^/movies/watch/(\d+)(/?|)$ /index.php?link1=watch-film&film-id=$1;
}

địa điểm /ví {
  viết lại ^/wallet(/?|)$ /index.php?link1=wallet;
}

địa điểm /send_money {
  viết lại ^/send_money(/?|)$ /index.php?link1=send_money;
}

vị trí/trạng thái {
  viết lại ^/status/create(/?|)$ /index.php?link1=create-status;
}

vị trí /thêm {
  viết lại ^/more-status(/?|)$ /index.php?link1=more-status;
}

địa điểm/bạn bè {
  viết lại ^/friends-nearby(/?|)$ /index.php?link1=friends-nearby;
}

vị trí /api {
  viết lại ^/api(/?|)$ /api-v2.php;
  viết lại ^/api/([^\/]+)(\/|)$ /api-v2.php?type=$1;
}

địa điểm /_ {
  viết lại ^/_$ /requests.php;
}

vị trí/đồ thị {
  viết lại ^/graph-success$ /index.php?link1=graph-success;
}

vị trí = /nhà phát triển {
  viết lại ^(.*)$ /index.php?link1=developers;
}

vị trí = /ứng dụng {
  viết lại ^(.*)$ /index.php?link1=apps;
}

vị trí = /đồ thị {
  viết lại ^(.*)$ /index.php?link1=graph;
}

vị trí = /oauth {
  viết lại ^(.*)$ /index.php?link1=oauth;
}

vị trí /tăng cường {
  viết lại ^/boosted-pages(/?|)$ /index.php?link1=boosted-pages;
  viết lại ^/boosted-posts(/?|)$ /index.php?link1=boosted-posts;
}


vị trí/nguồn {
  Phủ nhận tất cả;
  trả lại 404;
}
địa điểm/tài sản {
  Phủ nhận tất cả;
  trả lại 404;
}
vị trí /nodejs {
  Phủ nhận tất cả;
  trả lại 404;
}
                    

}

Đây là những phần tệp của tập lệnh trang web này: nhập mô tả hình ảnh ở đây

Mình có cách nào để nginx hoạt động và tự xử lý tất cả các website php, script mà không cần tinh chỉnh, mỗi website script đều dựa trên php. cái này được xây dựng với laravel.

Đối với trang web này, tôi có thể làm gì để khắc phục?

Đăng câu trả lời

Hầu hết mọi người không hiểu rằng việc đặt nhiều câu hỏi sẽ mở ra cơ hội học hỏi và cải thiện mối quan hệ giữa các cá nhân. Ví dụ, trong các nghiên cứu của Alison, mặc dù mọi người có thể nhớ chính xác có bao nhiêu câu hỏi đã được đặt ra trong các cuộc trò chuyện của họ, nhưng họ không trực giác nhận ra mối liên hệ giữa câu hỏi và sự yêu thích. Qua bốn nghiên cứu, trong đó những người tham gia tự tham gia vào các cuộc trò chuyện hoặc đọc bản ghi lại các cuộc trò chuyện của người khác, mọi người có xu hướng không nhận ra rằng việc đặt câu hỏi sẽ ảnh hưởng—hoặc đã ảnh hưởng—mức độ thân thiện giữa những người đối thoại.