From 8a0974371a51546a0af585bb3f0d7d216c49b460 Mon Sep 17 00:00:00 2001 From: Retrofoxxo <144725203+retrofoxxo@users.noreply.github.com> Date: Tue, 6 Aug 2024 16:47:14 +0200 Subject: [PATCH] Implementation for notifications start 1/2 --- .htaccess | 1 + 1 file changed, 1 insertion(+) diff --git a/.htaccess b/.htaccess index fc294b1..eed03c8 100644 --- a/.htaccess +++ b/.htaccess @@ -9,6 +9,7 @@ RewriteRule ^users/me$ /user/aboutown.php RewriteRule ^users/authenticate$ /user/authenticate.php RewriteRule ^users/(.*)/preferences$ /user/profile/preferences.php?id=$1 RewriteRule ^users/(.*)/edition$ /user/profile/edition.php?id=$1 +RewriteRule ^users/(.*)/notifications/settings$ /user/profile/notificationsettings.php?id=$1 RewriteRule ^users/(.*)/notifications/grouped$ /user/profile/notificationsgrouped.php?id=$1 RewriteRule ^users/(.*)/activityCounts$ /user/profile/activityCounts.php?id=$1 RewriteRule ^users/search/(.*)$ /search/profiles.php?query=$1