Code Monkey home page Code Monkey logo

Comments (4)

soxft avatar soxft commented on August 15, 2024
location ~ ^/api {
    rewrite ^/api/(.*) /api/main.php?method=$1 last;
}

location ~ ^/ {
    if (!-e $request_filename) {
        rewrite ^/(.*) /index.php?short=$1 last;
    }
}

参考nginx的伪静态配置吧, 暂时没怎么用过Apache 所以不太清楚

from urlshorter.

shangdev avatar shangdev commented on August 15, 2024

nginx伪静态好像不行,访问时打不开页面,用的xp环境

from urlshorter.

soxft avatar soxft commented on August 15, 2024

nginx伪静态好像不行,访问时打不开页面,用的xp环境

nginx的伪静态是测试过的, 打不开页面提示什么呢

from urlshorter.

shangdev avatar shangdev commented on August 15, 2024

是我写错了

from urlshorter.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.