Skip to content

Commit 0d968ae

Browse files
authored
Update .htaccess
1 parent 7cdfb12 commit 0d968ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

daselab/onto/.htaccess

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ RewriteEngine on
88
RewriteRule ^([^.]+)$ http://krisnadhi.github.io/onto/$1.owl [R=303,L]
99

1010
# Match anything that ends with .owl
11-
RewriteRule ^(.+)\.owl http://krisnadhi.github.io/onto/$1.owl [R=303,L]
11+
RewriteRule ^(.+)\.owl$ http://krisnadhi.github.io/onto/$1.owl [R=303,L]

0 commit comments

Comments
 (0)