Skip to content

Commit 1b4e275

Browse files
author
thoppe
committedApr 4, 2014
Corrected path
1 parent 30e7c08 commit 1b4e275

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎legal_form/.htaccess

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Options +FollowSymLinks
22
RewriteEngine on
3-
RewriteRule (.*) http://n-fuse.github.io/legal-form-vocab/$1 [R=302,L]
3+
RewriteRule (.*) http://n-fuse.github.io/legal-form-vocab$1 [R=302,L]

‎navigation_menu/.htaccess

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Options +FollowSymLinks
22
RewriteEngine on
3-
RewriteRule (.*) http://n-fuse.github.io/navigation-menu-vocab/$1 [R=302,L]
3+
RewriteRule (.*) http://n-fuse.github.io/navigation-menu-vocab$1 [R=302,L]

0 commit comments

Comments
 (0)
Please sign in to comment.