Guest julianberlin Posted June 21, 2022 Share Posted June 21, 2022 I just upgraded my website to the latest version of ProcessWire. Now all pages except the homepage don't open anymore (instead, the 500 Internal Server Error appears): Quote Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator at to inform them of the time this error occurred, and the actions you performed just before this error. More information about this error may be available in the server error log. Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request. I also can't access the backend of ProcessWire anymore (my-domain.com/processwire) Please help! Link to comment Share on other sites More sharing options...
Guest julianberlin Posted June 21, 2022 Share Posted June 21, 2022 Nevermind, I found the solution myself. I think the .htaccess file was overwritten. Once I added the following code, everything went back to normal: RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC] RewriteRule ^(.*)$ https://%1/$1 [R=301,L] 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