M-O-S-E-S/mgm-simiangrid/master/GridWebDAV/.htaccess - Htaccess File

M-O-S-E-S/mgm-simiangrid/master/GridWebDAV/.htaccess

Options -Indexes -MultiViews +FollowSymLinks

## make sure nobody gets the htaccess files
<Files ~ "^[._]ht">
    Order allow,deny
    Deny from all
    Satisfy All
</Files>

#RewriteEngine On
#RewriteCond %{REQUEST_URI} !^/index.php$
#RewriteRule ^(.*)$ /index.php [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_URI

Comments

Apache