diff --git a/scipost/urls.py b/scipost/urls.py
index 6b0577ec5c0ef5d6eafe6119bffe6f0fdc6ef62c..c668c69173439c34075d623aea0cac47620cc708 100644
--- a/scipost/urls.py
+++ b/scipost/urls.py
@@ -129,6 +129,10 @@ urlpatterns = [
     # Publications #
     ################
 
+    url(r'^10.21468/SciPostPhys$',
+        journals_views.scipost_physics,
+        name='SciPostPhys'),
+
     url(r'^(?P<doi_string>10.21468/[a-zA-Z]+.[0-9]+.[0-9]+.[0-9]{3,})$', 
         journals_views.publication_detail,
         name='publication_detail'),