Skip to content

Commit

Permalink
Update .htaccess
Browse files Browse the repository at this point in the history
  • Loading branch information
rickbot-dot authored Jul 10, 2023
1 parent 2b28cb7 commit 4c0d428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# Allow using short links to bugs, e.g. example.com/B1 > example.com/view.php/1.
# Useful if you consider the view.php too technical.
RewriteEngine On
RewriteRule B^([0-9]+)/?$ view.php/$1 [L]
RewriteRule ^B([0-9]+)/?$ view.php/$1 [L]

# Rewrite several short links to technical ones.
RewriteRule ^reportbug$ reportbug.php
Expand Down

0 comments on commit 4c0d428

Please sign in to comment.