Skip to content

Commit

Permalink
fix for .htaccess so that category view works. Cant wait for routes
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.typosphere.org/typo/trunk@49 820eb932-12ee-0310-9ca8-eeb645f39767
  • Loading branch information
tobi committed Feb 17, 2005
1 parent f75d2c1 commit 710aeff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/.htaccess
Expand Up @@ -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]

Expand Down

0 comments on commit 710aeff

Please sign in to comment.