Git Product home page Git Product logo

Comments (3)

YashaswiniIppili avatar YashaswiniIppili commented on May 29, 2024

Usually, you'd create them in either a "public" folder or just the root directory. What exactly do you plan on doing ?

from simplefolio.

aditeyapatakoti avatar aditeyapatakoti commented on May 29, 2024

Well my website is called "apthedev.netlify.app" I need to make a directory called "apthedev.netlify.app/.well-known/discord" with information in the file for /discord. I tried creating a folder called .well-known with a file called discord underneath it but it didn't work..
image

from simplefolio.

AtharvShinde2004 avatar AtharvShinde2004 commented on May 29, 2024

The .well-known folder is typically used for hosting well-known resources or metadata for your website or web application. In the context of Discord, it might be used for verification purposes or other related tasks.

If you're using a template like Simplefolio for a website, you'll need to make sure that your server configuration allows access to the .well-known folder. The structure of your project may vary, but in general, you should create the .well-known folder in the root directory of your project.

Here are general steps to follow:

  1. Navigate to the root directory of your Simplefolio project.

  2. Create a new folder called .well-known. You can do this through your file explorer or by using terminal commands. For example, in the terminal, you could run:

    mkdir .well-known
  3. Inside the .well-known folder, create a file called discord. Again, you can do this through your file explorer or using terminal commands. For example:

    touch .well-known/discord
  4. Add the necessary content or data to the discord file as required by Discord. This information is usually provided by Discord itself, and it might be related to domain verification or other integrations.

  5. Make sure your web server is configured to serve files from the .well-known folder. This may involve configuring your server's .htaccess file or making adjustments to your server configuration.

Keep in mind that the specifics of your project and server setup may vary, so you might need to consult the documentation for the Simplefolio template or your web server to ensure the proper configuration.

Additionally, if Discord provides specific instructions for integrating with your website or template, be sure to follow those instructions closely.

from simplefolio.

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.