I can get to my files via Cpanel and the .htaccess file in the public_html has no redirect. That’s what I get:
# -FrontPage-
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
SetEnvIfNoCase Referer “^https://sofv.uni.cc/” locally_linked=1
SetEnvIfNoCase Referer “^https://sofv.uni.cc/” locally_linked=1
SetEnvIfNoCase Referer “^$” locally_linked=1
ErrorDocument 401 /404.html
ErrorDocument 402 /404.html
ErrorDocument 403 /404.html
ErrorDocument 404 /404.html
<Limit GET POST>
#The next line modified by DenyIP
order allow,deny
#The next line modified by DenyIP
#deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName https://www.sofv.uni.cc
AuthUserFile /home/sofv/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/sofv/public_html/_vti_pvt/service.grp
<Files 403.shtml>
order allow,deny
allow from all
</Files>
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^https://catharsis.sofv.uni.cc/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://catharsis.sofv.uni.cc$ [NC]
RewriteCond %{HTTP_REFERER} !^https://gaebe.sofv.uni.cc/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://gaebe.sofv.uni.cc$ [NC]
RewriteCond %{HTTP_REFERER} !^https://glenn.sofv.uni.cc/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://glenn.sofv.uni.cc$ [NC]
RewriteCond %{HTTP_REFERER} !^https://sofv.cjb.net/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://sofv.cjb.net$ [NC]
RewriteCond %{HTTP_REFERER} !^https://sofv.uni.cc/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://sofv.uni.cc$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www.catharsis.sofv.uni.cc/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www.catharsis.sofv.uni.cc$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www.gaebe.sofv.uni.cc/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www.gaebe.sofv.uni.cc$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www.glenn.sofv.uni.cc/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www.glenn.sofv.uni.cc$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www.sofv.cjb.net/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www.sofv.cjb.net$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www.sofv.uni.cc/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www.sofv.uni.cc$ [NC]
RewriteRule .*\.(jpg|jpeg|gif|png|bmp|zip|mp3)$ – [F,NC]
deny from 65.75.165.80
deny from 195.225.176.30