Source of trunk/.htaccess at revision 422 (04/20/2009 4:04:34, 444 bytes, 8 lines, language: plain) [download]:
| 1 | Options +Indexes +FollowSymLinks |
| 2 | #DirectoryIndex cwbmulti.php |
| 3 | RewriteEngine on |
| 4 | RewriteCond %{REQUEST_URI} !(cwbmulti\.php|CHANGELOG|COPYING|TERMS|favicon\.ico|rdf\.php(/.*)?|stylesheet\.php|skin_(im|ex)porter(_xml)?\.php|install\.php|skin_blueEye/stylesheet\.css|cwb\.png|imageverify\.php|remote\.php|cwb/showsource\.php|img\.php|cwb/.*|doc/.*|cwbmulti\.php(/.*))$ |
| 5 | RewriteRule ^(.*)$ cwbmulti.php/$1 |
| 6 | php_flag magic_quotes_gpc off |
| 7 | RewriteBase / |
| 8 |