IndexIgnore pyro panic .htaccess */.??* *~ *# */HEADER* */README* Options +FollowSymLinks RewriteEngine on #RewriteCond ^/class RewriteRule ^class.* foo/bar$1 [NC,L] # RewriteCond %{REQUEST_FILENAME} !-f # RewriteCond %{REQUEST_FILENAME} !-d # RewriteCond %{REQUEST_URI} !=/favicon.ico # RewriteRule ^pld/ $1 # RewriteRule ^panic $1 # RewriteRule ^(.*)$ index.php?q=$1 [L,QSA] RewriteCond %{HTTP_HOST} ^killdevil.org$ [OR] RewriteCond %{HTTP_HOST} ^www.killdevil.org$ RewriteRule ^/?$ "http://panic.killdevil.org" [R=301,L]