chinthakagodawita/rest-exercise/master/web/.htaccess
# Don't show directory listings for URLs which map to a directory. Options -Indexes # Follow symbolic links in this directory. Options +FollowSymLinks # Set the default handler. DirectoryIndex index.php <IfModule mod_rewrite.c> RewriteEngine on # Lets us use HTTP Basic in PHP. RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L] </IfModule>