musicmaster Posted January 5, 2023 Share Posted January 5, 2023 When trying to download a copy of a webshop I ran into the problem that the Admin directory didn't work. It produced an "internal server error". After a long search it turned out that it was the .htaccess file in the admin directory. Inside this file the following code turned out to be problematic: <IfModule mpm_winnt.c> ThreadsPerChild 150 MaxRequestsPerChild 0 </IfModule> I downloaded it on a Windows system. I am not sure about the original system. Does anyone know what is happening here? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now