Skip to content

Commit

Permalink
small bugfix with urls.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vytautas committed Mar 26, 2016
1 parent b8ed2c3 commit 31ec702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .htaccess
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
RewriteEngine on
RewriteRule ^$ ../site-default/core/ [QSA,L]
RewriteRule ^(.*)$ ../site-default/$1 [QSA,L]
RewriteRule ^(.*)$ ../site-default/core/$1 [QSA,L]

0 comments on commit 31ec702

Please sign in to comment.