diff --git a/static/.htaccess b/static/.htaccess index fabb861..19fe27c 100644 --- a/static/.htaccess +++ b/static/.htaccess @@ -1,15 +1,16 @@ -Header set Access-Control-Allow-Origin "*" +Header set Access-Control-Allow-Origin https://oe7drt.com +Vary: Origin -RewriteEngine on - -Redirect permanent "/blog" "/posts" -Redirect permanent "/amateur-radio" "/posts" -Redirect permanent "/computerstuff" "/posts" - -Redirect permanent "posts/2022-07-10-raspberry-pi-4-64-bit-dual_hat-hotspot/" "/posts/2022-07-10-raspberry-pi-4-64bit-dual-hat-hotspot-without-pi-star/" -Redirect permanent "/posts/2022-08-07-using-nfs-shares-on-a-raspberry-pi/" "/posts/2022-08-07-using-nfs-on-a-raspberry-pi/" -Redirect permanent "/equipment/transceiver/yaesu-fd891/" "/equipment/transceiver/yaesu-ft891/" -Redirect permanent "/posts/2020-01-27-aprs-with-the-hytera-pd785g/" "/posts/2020-01-27-aprs-with-hytera-pd785g-v9/" -Redirect permanent "/2022-01-06-the-new-site-layout-and-theme/" "/posts/2022-01-06-site-updates/" -Redirect permanent "/posts/2020-11-14-operating-the-z-shell/" "/posts/2020-11-15-operating-the-z-shell/" -Redirect permanent "/posts/2021-10-03-running-winlink-and-vara-on-linux/" "/posts/2021-10-03-winlink-and-vara-on-linux/" +# RewriteEngine on +# +# Redirect permanent "/blog" "/posts" +# Redirect permanent "/amateur-radio" "/posts" +# Redirect permanent "/computerstuff" "/posts" +# +# Redirect permanent "posts/2022-07-10-raspberry-pi-4-64-bit-dual_hat-hotspot/" "/posts/2022-07-10-raspberry-pi-4-64bit-dual-hat-hotspot-without-pi-star/" +# Redirect permanent "/posts/2022-08-07-using-nfs-shares-on-a-raspberry-pi/" "/posts/2022-08-07-using-nfs-on-a-raspberry-pi/" +# Redirect permanent "/equipment/transceiver/yaesu-fd891/" "/equipment/transceiver/yaesu-ft891/" +# Redirect permanent "/posts/2020-01-27-aprs-with-the-hytera-pd785g/" "/posts/2020-01-27-aprs-with-hytera-pd785g-v9/" +# Redirect permanent "/2022-01-06-the-new-site-layout-and-theme/" "/posts/2022-01-06-site-updates/" +# Redirect permanent "/posts/2020-11-14-operating-the-z-shell/" "/posts/2020-11-15-operating-the-z-shell/" +# Redirect permanent "/posts/2021-10-03-running-winlink-and-vara-on-linux/" "/posts/2021-10-03-winlink-and-vara-on-linux/"