Skip to content

Instantly share code, notes, and snippets.

@xuandinhgl
Created August 18, 2021 02:02
Show Gist options
  • Save xuandinhgl/ff53480bc780eddb0c6a13329293545f to your computer and use it in GitHub Desktop.
Save xuandinhgl/ff53480bc780eddb0c6a13329293545f to your computer and use it in GitHub Desktop.
Change htaccess file name Apache
  1. Copy .httacess cp public/.htaccess public/.htaccess_local
  2. Add config vi /etc/httpd/conf/httpd.conf add code bellow AccessFileName .htaccess_local
  3. Restart Apache systemctl restart httpd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment