SEO optimization (I think? idrk)

This commit is contained in:
2023-01-26 18:37:38 -06:00
parent 9beb7c62b8
commit af52cf4fd2
7 changed files with 122 additions and 87 deletions

6
public/.htaccess Normal file
View File

@@ -0,0 +1,6 @@
# 301 REDIRECT WWW TO NON-WWW
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
RewriteRule ^(.*)$ http://%1/$1 [R=301,L]
</IfModule>