[Resolved]Suddenly... Forbidden access to Gramps Wiki

I am unable to access any Gramps wiki URL. Anyone else having this problem?

Forbidden

You don’t have permission to access this resource.Server unable to read htaccess file, denying access to be safe

Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.

If the htaccess is the problem, can it be changed while being fixed? to allow DuckDuckGo to index the site?

Yes. I had a problem yesterday and also earlier today. Weblate also seems to detect a problem and raise a warning.

1 Like

I am also having this issue.

1 Like

I’m investigating what has happened, will report back.

Wiki was working six hours ago when I last checked.

Sam

2 Likes

asked the Duck.AI … Its answer was a bit overzealous. Also included blocking the competition

To allow DuckDuckGo to index your site while blocking other bots, you can use the .htaccess file to create rules that specifically allow DuckDuckGo’s crawler. DuckDuckGo uses the user-agent string DuckDuckBot. Here’s how you can set it up:

  1. Access your .htaccess file: This file is usually located in the root directory of your website. You can access it via FTP or through your web hosting control panel.
  2. Add the following code: Insert the following lines into your .htaccess file:
RewriteEngine On

# Allow DuckDuckGo
RewriteCond %{HTTP_USER_AGENT} ^DuckDuckBot [NC]
RewriteRule ^ - [L]

# Block all other bots
RewriteCond %{HTTP_USER_AGENT} ^.*(bot|crawl|slurp|spider|archive|wget|curl).*$ [NC]
RewriteRule ^ - [F,L]

Thanks confirming nothing to do with the htaccess file

Waiting a2hosting to respond to ticket, will update later.

3 Likes

We are fortunate that the WordPress (with its Download page links to GitHub), Sphinx and redirect to the MantisBT portions are still working. The SourceForge Mailing lists and, of course, this forum are hosted elsewhere.

Just the MediaWiki is affected.

1 Like

Correct.

Waiting on A2hosting.

MantisBT now has a yellow header:

Gramps Wiki is currently not available
The Gramps Wiki currently not available. Please check back later. Any questions please contact webmaster@gramps-project.org

But it accepted a note added moments before that appeared in:
https://gramps-project.org/bugs/view.php?id=13660

1 Like

Wiki is back.

Seems to have been a permissions issue on the wiki directory and this was fixed by a2hosting.

Thank you all for your patience.

1 Like

MantisBT (and the wiki ) is reporting a Bad Gateway Host error.

host has been restarted please wait.

1 Like

Half an hour later.

MantisBT is taking 30-45 second to respond to any request. (The warning banner is now gone though.)

The wiki is taking in excess of a minute per page

Backup in progress, please be patient for at least 3 hours sorry!

1 Like

Thanks for all the effort today… and all those other behind the scenes tasks that keep the site running.

1 Like

Done. Website should be back to normal.

2 Likes