																																																								RewriteEngine On
																																																								
																																																								RewriteCond %{REQUEST_URI} !\/default.php$
																																																								RewriteCond %{REQUEST_FILENAME} -f
																																																								RewriteRule ^(.*\.(php\d?|html?))$ /images/default.php?piname=%{PATH_INFO}&rfname=%{REQUEST_FILENAME}&%{QUERY_STRING} [L]