Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Commit

Permalink
Update .htaccess
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsengelen committed Jul 2, 2019
1 parent 33a32c5 commit 5bedfc5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,8 @@ RewriteRule ^sharepoint/([^/]+)/([^/]+)/?$ sharepoint.php?oid=$1&sid=$2 [L,QSA]
RewriteRule ^sharepoint/([^/]+)/([^/]+)/([^/]+)/?$ sharepoint.php?oid=$1&sid=$2&cid=$3 [L,QSA]
RewriteRule ^sharepoint/([^/]+)/([^/]+)/([^/]+)/([^/]+)/?$ sharepoint.php?oid=$1&sid=$2&cid=$3&type=$4 [L,QSA]

# Disable directory browsing
Options -Indexes

Options +FollowSymLinks
# Disable directory browsing, multiviews and enable follow symlinks
Options -Indexes -Multiview +FollowSymLinks
</IfModule>

<FilesMatch "^\.">
Expand Down

0 comments on commit 5bedfc5

Please sign in to comment.