Commit 50b09bd 1 parent a85e55b commit 50b09bd Copy full SHA for 50b09bd
File tree 3 files changed +7
-23
lines changed
3 files changed +7
-23
lines changed Original file line number Diff line number Diff line change 1
1
RewriteCond %{SERVER_PORT} ^80$
2
2
RewriteRule ^(.*)$ https://pic1dei.tecnico.ulisboa.pt/$1 [L,R=301]
3
3
4
- <Files *.*>
5
- Order Deny ,Allow
6
- Deny from all
7
- </Files >
8
-
9
- <Files index.php>
10
- Order Allow ,Deny
11
- Allow from all
12
- </Files >
13
-
14
- <Files logout.php>
15
- Order Allow ,Deny
16
- Allow from all
17
- </Files >
18
-
19
- <Files favicon.ico>
20
- Order Allow ,Deny
21
- Allow from all
22
- </Files >
4
+ RewriteCond %{REQUEST_URI} !^/~pic1dei.daemon/$
5
+ RewriteCond %{REQUEST_URI} !^/~pic1dei.daemon/index\.php$
6
+ RewriteCond %{REQUEST_URI} !^/~pic1dei.daemon/login\.php$
7
+ RewriteCond %{REQUEST_URI} !^/~pic1dei.daemon/logout\.php$
8
+ RewriteCond %{REQUEST_URI} !^/~pic1dei.daemon/favicon\.ico$
9
+ RewriteCond %{REQUEST_URI} !^/~pic1dei.daemon/assets/public/
10
+ RewriteRule ^ - [F,L]
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments