fix(.htaccess): allow passing raw parameter

This commit is contained in:
Pere Orga 2023-07-29 09:46:39 +00:00
parent 07b8ea7215
commit dab338d966
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Options -Indexes
RewriteEngine On
RewriteRule ^([a-zA-Z0-9_-]+)$ index.php?note=$1
RewriteRule ^([a-zA-Z0-9_-]+)$ index.php?note=$1 [QSA]
<IfModule mod_headers.c>
Header set X-Robots-Tag: "noindex, nofollow"