-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.htaccess
executable file
·48 lines (31 loc) · 1.08 KB
/
.htaccess
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
#AuthName "Velociraptor Pass Please"
#AuthType Basic
#AuthUserFile /home/ioxublbsp7eope5k/.htpasswd
#Require valid-user
Options -Indexes
ErrorDocument 403 /403.php
ErrorDocument 404 /404.php
ErrorDocument 500 /500.php
RewriteEngine On
RewriteRule ^tutorial/?$ tutorial.php
#RewriteRule ^io/?$ io.php
RewriteRule ^tutorialDeutsch/?$ tutorialDeutsch.php
RewriteRule ^sukeyrasta/?$ media/SukeyRasta.mp3
RewriteRule ^iancollins/?$ media/IanCollins.mp3
RewriteRule ^webapp/?$ io
RewriteRule ^a/?$ io
RewriteRule ^LBC/?$ media/LBC.mp3
RewriteRule ^tutorial/(.*?)$ $1
RewriteRule ^tutorialDeutsch/(.*?)$ $1
RewriteRule ^sukeyrasta/(.*?)$ $1
RewriteRule ^iancollins/(.*?)$ $1
RewriteRule ^LBC/(.*?)$ $1
RewriteRule ^getinvolved/?(.*)?$ index.php?id=GetInvolved&p=$1
RewriteRule ^what/?$ index.php?id=What
RewriteRule ^chat/?$ index.php?id=Chat
RewriteRule ^donate/?$ index.php?id=donate
RewriteRule ^contact/?$ index.php?id=Contact
RewriteRule ^articles/?$ index.php?id=Articles
RewriteRule ^howto/?$ index.php?id=Howto
RewriteRule ^press/?$ index.php?id=Press
RewriteRule ^news/?$ index.php?id=News