Skip to content

Instantly share code, notes, and snippets.

@ahmadkakarr
Created July 10, 2022 06:36
Show Gist options
  • Save ahmadkakarr/f7bffb694460601518aade9702b35f0b to your computer and use it in GitHub Desktop.
Save ahmadkakarr/f7bffb694460601518aade9702b35f0b to your computer and use it in GitHub Desktop.
Configure Rendering of PHP Scripts with Apache Web Server
# DirectoryIndex: sets the file that Apache will serve if a directory
# is requested.
#
<IfModule dir_module>
DirectoryIndex index.php index.html
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment