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:
- Remove the
#
symbol in front of theRewriteBase /
line - Add
Options -Multiviews
at the beginning of the file