diff --git a/.gitignore b/.gitignore index 701466f..327c1ca 100644 --- a/.gitignore +++ b/.gitignore @@ -77,3 +77,5 @@ Thumbs.db /v3_ci4/writable/debugbar/ /webhooks/paypaldevclient/ /webhooks/paypaldevtest/ +webhooks/paypal/ +paypal_advanced/error_log \ No newline at end of file diff --git a/min/.htaccess b/min/.htaccess new file mode 100644 index 0000000..06c1161 --- /dev/null +++ b/min/.htaccess @@ -0,0 +1,13 @@ + +RewriteEngine on + +# You may need RewriteBase on some servers +#RewriteBase /min + +# rewrite URLs like "/min/f=..." to "/min/?f=..." +RewriteRule ^([bfg]=.*) index.php?$1 [L,NE] + + +# In case AddOutputFilterByType has been added +SetEnv no-gzip +