HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

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?


Comments

  • ianw5555ianw5555
    edited February 2021

    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

Sign In or Register to comment.