diff --git a/public/.htaccess b/public/.htaccess index 4c52e0ef15..a54ffcc581 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -50,9 +50,9 @@ RewriteRule ^([-_a-zA-Z0-9]+)$ /$1/ [ # if requested atom or rss serve it as xml mime - # Default rewriting rules. -RewriteRule ^([-_a-zA-Z0-9]+)/([-_a-zA-Z0-9]+)/([0-9]+)$ ?controller=$1&action=$2&id=$3 [QSA,L] +RewriteRule ^([-_a-zA-Z0-9]+)/([-_a-zA-Z0-9]+)/([-_a-zA-Z0-9]+)$ +?controller=$1&action=$2&id=$3 [QSA,L] RewriteRule ^([-_a-zA-Z0-9]+)/([-_a-zA-Z0-9]+)$ ?controller=$1&action=$2 [QSA,L] RewriteRule ^([-_a-zA-Z0-9]+)/$ ?controller=$1&action=index [QSA,L]