how can i fix this error?

my files installed in index but when i change htcaccess i see ''intertnal server error'' what can i do?
0
my files installed in index but when i change htcaccess i see ''intertnal server error'' what can i do?
Comments
You have to enable pretty URL's by adding this line in your conf/config.php
$Configuration['Garden']['RewriteUrls'] = TRUE;
then change .htaccess.dist to .htaccess
but when i change htcaccess i see ''intertnal server error'' what can i do
I take it that is a typo? as a misspelled .htaccess file will also cause 500 error