We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 058852b commit f89b30dCopy full SHA for f89b30d
APTO/.htaccess
@@ -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