diff --git a/php/.htaccess b/php/.htaccess new file mode 100644 index 0000000..2094972 --- /dev/null +++ b/php/.htaccess @@ -0,0 +1,6 @@ +RewriteEngine On + +RewriteCond %{REQUEST_FILENAME} !-d +RewriteCond %{REQUEST_FILENAME} !-f + +RewriteRule ^/?(.*) icon.php?icon=$1 [B] \ No newline at end of file