Home page is good but panel page is not working

Additionally to what @texnixe said, you might need to make another change in your .htaccess:

According to this blog post, GoDaddy requires disabling an Apache feature that would otherwise collide with mod_rewrite.

In summary you need to do the following:

  1. Remove the # symbol in front of the RewriteBase / line
  2. Add Options -Multiviews at the beginning of the file
1 Like