Merge branch 'master' of SkyfaR/halcyon into master
This commit is contained in:
commit
16bff8be82
|
@ -52,12 +52,12 @@ rewrite ^/notifications/?$ /notifications.php break;
|
||||||
rewrite ^/whotofollow/?$ /who_to_follow.php break;
|
rewrite ^/whotofollow/?$ /who_to_follow.php break;
|
||||||
|
|
||||||
# Direct
|
# Direct
|
||||||
rewrite ^/direct/?$ direct.php break;
|
rewrite ^/direct/?$ /direct.php break;
|
||||||
|
|
||||||
# Lists
|
# Lists
|
||||||
rewrite ^/lists/?$ lists.php break;
|
rewrite ^/lists/?$ /lists.php break;
|
||||||
rewrite ^/lists/(\d+)/?$ lists_view.php?id=$1 break;
|
rewrite ^/lists/(\d+)/?$ /lists_view.php?id=$1 break;
|
||||||
rewrite ^/lists/(\d+)/add/?$ lists_add.php?id=$1 break;
|
rewrite ^/lists/(\d+)/add/?$ /lists_add.php?id=$1 break;
|
||||||
|
|
||||||
# Search
|
# Search
|
||||||
rewrite ^/search/?$ /search_hash_tag.php break;
|
rewrite ^/search/?$ /search_hash_tag.php break;
|
||||||
|
|
Loading…
Reference in New Issue