2.7.1.1.1. Unsupported options

Error 500 on the site may be caused by unsupported options in the .htaccess file. Check the contents of this file and make the necessary changes if needed:

  • Options +FollowSymLinks — needs to be replaced with Options +SymLinksIfOwnerMatch.
  • Options All -Indexes — needs to be replaced with Options -Indexes.
  • +ExecCGI — needs to be removed.
  • AllowOverride with any options — it needs to be deleted.

The hosting does not use the Apache module mod_version, so if there are blocks with IfVersion directives in the .htaccess, they should also be removed, leaving only the contents of the blocks intended for Apache 2.4.

Also, you cannot use RewriteMap on this hosting service. If your goal is, for example, to convert URLs to lowercase, it is better to achieve this by adding the appropriate directives directly to the site's PHP scripts.

To edit the file, you can use the file manager or any FTP client.

Content