Update .htaccess

almost forgot the new .htaccess contents
This commit is contained in:
Retrofoxxo 2024-08-12 16:05:37 +02:00 committed by GitHub
parent 4983ea50bc
commit 57edf9cb49
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,6 +7,7 @@ RewriteRule ^ %{REQUEST_URI}.php [NC,L]
RewriteRule ^users$ /user/register.php
RewriteRule ^users/me$ /user/aboutown.php
RewriteRule ^users/authenticate$ /user/authenticate.php
RewriteRule ^posts/(.*)/comments$ /post/comments.php?id=$1
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