All pastes #620428 Raw Edit

Jemand

public text v1 · immutable
#620428 ·published 2007-07-15 14:09 UTC
rendered paste body
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^calendar/([^/.]+)/([^/.]+)/?$ wp-calendar.php?year=$1&month=$2 [QSA,L] 
RewriteRule ^calendar/?$wp-calendar.php [QSA,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>