Skip to content

Instantly share code, notes, and snippets.

@valiantboymaksud
Created August 7, 2022 08:53
Show Gist options
  • Save valiantboymaksud/998316608ddd49c02818ece50b7f5a7f to your computer and use it in GitHub Desktop.
Save valiantboymaksud/998316608ddd49c02818ece50b7f5a7f to your computer and use it in GitHub Desktop.
Ubuntu apache2 rewrite mod for directory
<Directory /var/www/html/xgroup>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment