diff --git a/.htacces.dist b/.htacces.dist index 95afe203..8942448d 100644 --- a/.htacces.dist +++ b/.htacces.dist @@ -6,7 +6,7 @@ RewriteEngine On # Page parser RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d -RewriteRule ^([A-Za-z0-9-_']+)\.png/?$ tools/signature/index.php?name=$1 [L] +RewriteRule ^([A-Za-z0-9-_+']+)\.png/?$ tools/signature/index.php?name=$1 [L] RewriteRule ^images/items/([0-9]+)\.gif$ tools/item.php?id=$1 RewriteRule ^characters/([A-Za-z0-9-_+']+)$ index.php?subtopic=characters&name=$1 RewriteRule ^guilds/([A-Za-z0-9-_+']+)$ index.php?subtopic=guilds&action=show&guild=$1