chinthakagodawita/rest-exercise/master/web/.htaccess - Htaccess File

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>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache