Can not login to web

saroos1

Member
May 25, 2018
718
0
16
You didnt provided enough information but you might wanna check the following:

- If you copy pasted the rutorrent files into the web root check if your web server software is sensitive case, example rutorrent is diferent from ruTorrent for some web servers.
- If you placed the files outside the web root make sure that the Alias and location syntax (in apache web server) is properly made and if its pointing at the right locations example:

Code:
Alias /webpath/rutorrent /path/to/rutorrent
<Location /webpath/rutorrent>
{ Configuration of the location }
</Location>

If for example you put something like "/path/to/ruTorrent" and the path for the aplication is "/path/to/rutorrent" (the diference is the T is upper case), in an linux enviroment is the enough to give an 404 error.