I updated Apache using
./build apache in custombuild.
After apache shows me:
And log:
.htaccess:
I see RewriteRule-s do not work too...
Help me to solve the problem.
./build apache in custombuild.
After apache shows me:
The server encountered an internal error or misconfiguration and was unable to complete your request.
...
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
And log:
.../public_html/boards/: Invalid command 'php_flag', perhaps misspelled or defined by a module not included in the server configuration
.htaccess:
...
php_flag display_errors off
RewriteEngine on
RewriteBase /boards/
...
I see RewriteRule-s do not work too...
Help me to solve the problem.