enpaul.net/archive/3/google+/web.config

7 lines
240 B
Plaintext
Raw Normal View History

2017-01-30 17:29:45 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<httpRedirect enabled="true" destination="https://plus.google.com/+ethanpaul42" exactDestination="true" />
</system.webServer>
</configuration>