We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I am having trouble to make my .htaccess file to be taken into account by the image.
.htaccess
I am placing in /web/html/.htaccess.
/web/html/.htaccess
The file itself is correct because I've been using it in many other environments.
Besides this issue, the image works perfectly. I am using it for a Kubernetes deployment.
Thanks!
The text was updated successfully, but these errors were encountered:
I fixed this by using an awk command to uncomment the line #Loadmodule rewrite_module... line in /etc/apache2/httpd.conf file.
awk
#Loadmodule rewrite_module...
/etc/apache2/httpd.conf
Is this the intended way to solve this issue?
Sorry, something went wrong.
No branches or pull requests
Hi,
I am having trouble to make my
.htaccess
file to be taken into account by the image.I am placing in
/web/html/.htaccess
.The file itself is correct because I've been using it in many other environments.
Besides this issue, the image works perfectly. I am using it for a Kubernetes deployment.
Thanks!
The text was updated successfully, but these errors were encountered: