Skip to content

Commit f89b30d

Browse files
author
AlmesCore
authored
Create .htaccess
1 parent 058852b commit f89b30d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

APTO/.htaccess

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Options +FollowSymLinks
2+
RewriteEngine On
3+
RewriteBase /apto/
4+
5+
# Redirect requests to the OWL file
6+
RewriteRule ^$ https://raw.githubusercontent.com/AlmesCore/APTO/main/apto.owl [R=302,L]
7+
RewriteRule ^(.+)$ https://raw.githubusercontent.com/AlmesCore/APTO/main/apto.owl [R=302,L]

0 commit comments

Comments
 (0)