.htaccess code
-
This is an exciting plugin and I’m looking forward to seeing how it grows. I’ve successfully installed it on several sites but I’m unable to get it working on a blog located in a subdirectory. I’m trying to add the below code to the .htaccess file for that site (Apache).
RedirectMatch "^\/\.well-known(.*)$" "\/blog\/\.well-known$1"
“Where ‘blog’ is the path to the subdirectory at which your blog resides.”
However, I’m unsuccessful and wonder if I’m putting in the subdirectory path correctly. The site is in a first level subdirectory at “blog”, so will the code work as is, or do I need to include the full path/domain name? Is this the same at the URL? Perhaps someone could show me a working example of the code?
The page I need help with: [log in to see the link]
- The topic ‘.htaccess code’ is closed to new replies.