diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..d997e69 --- /dev/null +++ b/.htaccess @@ -0,0 +1,11 @@ + +SetEnvIf X-Forwarded-Proto https HTTPS +# BEGIN WordPress +# The directives (lines) between `BEGIN WordPress` and `END WordPress` are +# dynamically generated, and should only be modified via WordPress filters. +# Any changes to the directives between these markers will be overwritten. + +# END WordPress +Options FollowSymLinks +RewriteEngine On +RewriteRule ^/ipinfo$ /ipinfo/index.php [L]