All pastes #2073469 Raw Edit

Mine

public text v1 · immutable
#2073469 ·published 2011-06-02 00:53 UTC
rendered paste body
RewriteEngine On
RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l

RewriteRule ^webmaster/([^/]*)/?$ webmaster.php?section=$1 [L]