nicolabricot/Raspcontrol/master/.htaccess - Htaccess File

nicolabricot/Raspcontrol/master/.htaccess

# To enable URL rewriting, please uncomment the 3 last lines 
# 
# Ensure you have done every other steps described on
# https://github.com/Bioshox/Raspcontrol/wiki/Enable-URL-Rewriting#configure-your-web-server

# Security rules
Options -Indexes
# unicorn file is already crypted and commented so nothing will be outputed
<Files unicorn.php>
  deny from all
</Files>

# URL rewriting (uncomment = remove the # on the 3 following lines)
#RewriteEngine On
#RewriteRule ^details$ index.php?page=details
#RewriteRule ^services$ index.php?page=services
#RewriteRule ^disks$ index.php?page=disks
#RewriteRule ^me$ index.php?page=me
#RewriteRule ^logout$ login.php?logout

On Github License

Files

Download PDF of Htaccess file

Comments

Apache