Changeset 1603 for trunk/.htaccess
- Timestamp:
- 11/10/2006 11:07:36 PM (2 years ago)
- Files:
-
- 1 modified
-
trunk/.htaccess (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/.htaccess
r1575 r1603 5 5 RewriteCond %{REQUEST_FILENAME} !-f 6 6 RewriteCond %{REQUEST_FILENAME} !-d 7 RewriteRule "^cat/([a-z0-9_\-\., /]+?)/?([0-9]{0,4})/?$" archive.php?cat=$1&y=$2 [QSA]7 RewriteRule "^cat/([a-z0-9_\-\.,]+)/?([0-9]{0,4})/?$" archive.php?cat=$1&y=$2 [QSA] 8 8 9 9 # catches all archive links, month and year
