Skip to content

Commit

Permalink
Updated the .htaccess to accomodate with the / namespace
Browse files Browse the repository at this point in the history
Obelisk uses a / namespace (as opposed to a # namespace, which is not sent to the server), so it is necessary to accept extended paths.
  • Loading branch information
Nicolas Seydoux committed Nov 6, 2019
1 parent 377959f commit ca337e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion obelisk/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ Options +FollowSymLinks
RewriteEngine on


RewriteRule ^$ https://zwifi.eu/voc/obelisk/ [R=302,L]
RewriteRule ^.*$ https://zwifi.eu/voc/obelisk/ [R=302,L]

0 comments on commit ca337e0

Please sign in to comment.