Giter Club home page Giter Club logo

Comments (4)

bact avatar bact commented on July 21, 2024 1
  • w3id.org/myname ---> my-current.domain/my-site-path/my-file.php [Covered]
  • w3id.org/myname?a=1&b=4 ---> my-current.domain/my-site-path/my-file.php?a=1&b=4 [Covered; not by individual parameters, but the entire query string]
  • w3id.org/myname/a_1/b_4 ---> my-current.domain/my-site-path/my-file.php?a=1&b=4
  • w3id.org/myname/site1 ---> my-current.domain/my-site-path/site1 [Covered]
  • w3id.org/myname/anothersite ---> my-current.domain/my-site-path/anothersite [Covered]

from w3id.org.

davidlehn avatar davidlehn commented on July 21, 2024

Yes, this would be good. It's been on my todo list since forever. Lots of things have been copied around that are probably not optimal. I think the examples should be live working ones and in the an "example" directory.

from w3id.org.

abubelinha avatar abubelinha commented on July 21, 2024

Thanks @davidlehn

Some other related thoughts:

  • Nothing is said about "what is an .htaccess file".
    I believe it means an Apache web server special file, used to handle redirections from urls named after the folder where the .htaccess file is placed.
    But I might be wrong, because nothing is said about Apache (or any other particular webserver software), anywhere in w3id website.

  • In case w3id.org is using Apache to process redirections, which particular Apache version?
    It could be relevant when looking at documentation, since the syntax for instructions used inside .htaccess files could be different depending on the web server version.

from w3id.org.

bact avatar bact commented on July 21, 2024

@abubelinha We now have https://github.com/perma-id/w3id.org/tree/master/examples with 3 examples of .htaccess together with quick intro to .htaccess. Maybe we can work from there and add more examples.

from w3id.org.

Related Issues (20)

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.