We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cdfb12 commit 0d968aeCopy full SHA for 0d968ae
daselab/onto/.htaccess
@@ -8,4 +8,4 @@ RewriteEngine on
8
RewriteRule ^([^.]+)$ http://krisnadhi.github.io/onto/$1.owl [R=303,L]
9
10
# Match anything that ends with .owl
11
-RewriteRule ^(.+)\.owl http://krisnadhi.github.io/onto/$1.owl [R=303,L]
+RewriteRule ^(.+)\.owl$ http://krisnadhi.github.io/onto/$1.owl [R=303,L]
0 commit comments