lusadraeparn • PM |
Feb 19, 2020 2:03 AM
|
![]() Posts: 14 |
Hi dr_bot,
Thanks for tuning in. I tried to change the structure to a more specific one, and then added that URL in the server.cfg file. However, the game still creates its own, non-existing subdirectory. This is highlighted below inside the brackets. Http://uo.lugnaswan.nu/uo/maps/mp[//uo]. Also, it doesn't seem to care whether or not I'm providing a trailing slash at the end. |
dr_bot • PM |
Feb 19, 2020 7:57 PM
|
GAMETRACKER ADMIN
![]() Posts: 54 |
The provided link does not work but http://uo.lugnaswan.nu/uo/ does.
I would suggest trying these settings: // HTTP Redirection set sv_allowDownload "1" set sv_wwwDownload "1" set sv_wwwDlDisconnected "1" set sv_wwwBaseUrl "http://uo.lugnaswan.nu/uo/" I believe the // is the websites home directory and uo is where the maps are pulled from. Alternatively you may have to create a home directory (Ex. home) then add the sub-directory "uo" containing the maps. If this is the case the url should be "http://uo.lugnaswan.nu/cod/" And the redirect file structure would be /home/uo/map.pk3 |
lusadraeparn • PM |
Feb 20, 2020 10:07 AM
|
![]() Posts: 14 |
dr_bot wrote: Thanks, dr_bot for replying. I have adjusted the server.cfg document now, see below. //Downloads from server seta sv_floodProtect "1" seta sv_timeout "300" seta sv_reconnectlimit "3" seta sv_allowAnonymous "1" seta sv_allowdownloads "1" seta sv_dl_maxRate "42000" //max download speed 42000 = 12kb // HTTP Redirection set sv_allowDownload "1" set sv_wwwDownload "1" set sv_wwwDlDisconnected "1" set sv_wwwBaseUrl "http://uo.lugnaswan.nu/uo/" However, the settings over at my web hosting service might be set wrong. Below is a link to a screenshot of the current status of my subdomain. https://ibb.co/Q640fzP |
lusadraeparn • PM |
Feb 22, 2020 8:14 AM
|
![]() Posts: 14 |
Here are more of my redirect settings over at my web host service.
Domain: uo.lugnaswan.nu Directory: / (Slash leads to my main domain http://lugnaswan.nu/uo/index) Directory: blank Redirect URL: http://uo.lugnaswan.nu/coduo/uo HTTP Status Code: 301 Type: Permanent Match www.: checked |