mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-25 05:09:49 -06:00
archive ReactApp
This commit is contained in:
6
react_OLD/public/.htaccess
Normal file
6
react_OLD/public/.htaccess
Normal 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>
|
||||
Reference in New Issue
Block a user