500 Internal Server error
-
I think I was trying something with the permalinks and it broke the website.
I get “500 (Internal Server) error” on GoDaddy.I tried reading up and it lot of people recommended (and main page) to upload the .htaccess file (I had none). Which I did and it didn’t change anything. Still can’t access any part of WP (including admin).
I also can’t change permissions on the file through FTP (I get an error that they are not applied). Through GoDaddy control panel it does have max permission – including write permissions from application (but don’t think they are 666 level).
Website is: https://www.alramzan.com/wp/
Content of .htaccess:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘500 Internal Server error’ is closed to new replies.