.htaccess (233B)
1 <IfModule mod_rewrite.c> 2 RewriteEngine on 3 DirectoryIndex index.html yellow.php 4 RewriteRule ^(content|system)/ error [L] 5 RewriteCond %{REQUEST_FILENAME} !-f 6 RewriteCond %{REQUEST_FILENAME} !-d 7 RewriteRule ^ yellow.php [L] 8 </IfModule>