root/tags/1.0.0/.htaccess
| Revision 1510, 320 bytes (checked in by jeena, 3 years ago) |
|---|
| Line | |
|---|---|
| 1 | <IfModule mod_rewrite.c> |
| 2 | RewriteEngine On |
| 3 | RewriteRule "^cat/([a-z0-9_\-]+)/?([0-9]{0,4})/?" archive.php?cat=$1&y=$2 |
| 4 | RewriteRule "^([0-9]{4})/?([0-9]{0,2})/?$" archive.php?y=$1&m=$2 |
| 5 | RewriteRule "^([0-9]{4})/?([0-9]{2})/?([a-z0-9_\-]+)$" log.php?y=$1&m=$2&url=$3 |
| 6 | RewriteRule "^([a-z0-9_\-]+)$" page.php?url=$1 |
| 7 | </IfModule> |
Note: See TracBrowser
for help on using the browser.
