Hello,
When upgrading my project from v2024 to v2025 I am having problems on my server one.com. Localhost works fine. On the server I get a big error message. According to the one.com helpdesk it is an error in the .htaccess file. The line ‘Options All -Indexes’ must be changed to ‘Options -Indexes’.
I also edited the httpd.conf file and changed the AllowOverride rule to ALL as described in the manual. However, this does not solve all problems. How do I best approach this further? Thank you in advance!
the standard syntax for this on Linux:
try:
Options -Indexes
what are you trying to accomplish with the ALL directive
post your htaccess file and the error message