Coder Social home page Coder Social logo

Comments (8)

pfefferle avatar pfefferle commented on June 15, 2024

https://username.altervista.org/.well-known/webfinger does return a 404 page, so there might be something wrong with your htaccess. Have you checked if your webserver is an apache? have you placed the htaccess in the root folder (not insiede the wordpress folder)?

from wordpress-webfinger.

eadmaster avatar eadmaster commented on June 15, 2024

sorry, the actual url is https://eadmaster.altervista.org/.well-known/webfinger, which returns a 500 error.

from wordpress-webfinger.

pfefferle avatar pfefferle commented on June 15, 2024

then something with your .htaccess seems broken. Can you post the line you added to your .htaccess?

from wordpress-webfinger.

eadmaster avatar eadmaster commented on June 15, 2024

sure, there is only 1 line:
RedirectMatch "^\/\.well-known(.*)$" "\/wordpress\/\.well-known$1"

from wordpress-webfinger.

pfefferle avatar pfefferle commented on June 15, 2024

Is mod_alias enabled for your Apache?

https://httpd.apache.org/docs/2.4/mod/mod_alias.html

from wordpress-webfinger.

eadmaster avatar eadmaster commented on June 15, 2024

mod_alias seems not supported, can i use mod_rewrite instead?

RewriteEngine On
RewriteBase /
RewriteRule "^\/\.well-known(.*)$" "\/wordpress\/\.well-known$1"

from wordpress-webfinger.

pfefferle avatar pfefferle commented on June 15, 2024

Should also work in theory, but I am not sure if your example is valid.

from wordpress-webfinger.

stale avatar stale commented on June 15, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

from wordpress-webfinger.

Related Issues (13)

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.