1
1
mirror of https://git.gay/DeltaStudio/PufokReactApp.git synced 2025-07-18 05:42:24 +07:00

server access fixes and README

This commit is contained in:
pufok 2025-04-04 02:24:58 +03:00
parent 9e76e95d65
commit 09df1d2acc
2 changed files with 4 additions and 1 deletions

View File

@ -5,4 +5,7 @@
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.html [L]
# Редирект с HTTP на HTTPS
RewriteCond %{HTTPS} off
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
</IfModule>

View File

@ -28,7 +28,7 @@ The main goals of the project are:
Open my site:
<a href=https://pufok.gay/><img src="https://pufok.gay/Contents/Images/webring.png"></a>
<a href=https://pufok.gay/><img src="https://pufok.gay/PublicResources/webring.png"></a>
---