Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
<VirtualHost *> <Directory .../pub/ > RewriteBase / RewriteRule ^$ /index.php?/ [QSA,L] RewriteCond %{REQUEST_URI} !^/modpub RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*) /index.php?/$1 [QSA,L] ...
This paste will be private.
From the Design Piracy series on my blog: