root/tags/1.0.0/.htaccess

Revision 1510, 320 bytes (checked in by jeena, 3 years ago)

implemented Plugins and Pinbgack

Line 
1<IfModule mod_rewrite.c>
2RewriteEngine On
3RewriteRule "^cat/([a-z0-9_\-]+)/?([0-9]{0,4})/?" archive.php?cat=$1&y=$2
4RewriteRule "^([0-9]{4})/?([0-9]{0,2})/?$" archive.php?y=$1&m=$2
5RewriteRule "^([0-9]{4})/?([0-9]{2})/?([a-z0-9_\-]+)$" log.php?y=$1&m=$2&url=$3
6RewriteRule "^([a-z0-9_\-]+)$" page.php?url=$1
7</IfModule>
Note: See TracBrowser for help on using the browser.