HTTP Redirect
Posted: Fri Dec 29, 2017 2:26 am
Hi and thanks for keeping you fabulous forum and redirect site up and running! Due to the demise of many UT2k4 camping servers I've decided to put my own up. All working OK but I'd like to remove secrets in many of the maps that were used on servers that I've been using in the past. I've done a few already and I uploaded them to my own web space, as they are a work in progress, with an .ht access redirect to your file site for any the files not present on my site. I've put my site in the UT ini file and your site in the .htaccess file which is located in the appropriate directory on my web space. So my question is why with the larger files that I don't have on my site does UT continually show an ever increasing download percentage, waaaayyyy past 100%, and never actually complete a download, yet with the smaller files it passes to your file site via the .htaccess with no problems and completes the download? Oh and it works fine accessing through a web browser with a complete redirect to your site for any size files that are not present on my web space. Any thoughts, ideas, recommendations would be wonderful. Many thanks in advance. Oh here's the redirect script in case you're interested. Thanks
<ifmodule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) http://uz2.ut-files.com/$1 [R=301,L]
</ifmodule>
<ifmodule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) http://uz2.ut-files.com/$1 [R=301,L]
</ifmodule>