• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

How to host files threw homepage using xampp?

fredde3436

Member
Joined
Jul 6, 2009
Messages
226
Reaction score
7
How to host files threw homepage using xampp?


I want to host a custom clinet on my homepage.
How do i add it to the homepage?=)

i want to have the file on my computer
 
Well basically you can put it in any folder in ./xampp/, unless the folder is restricted for remote access.

For instance you could put it in ./xampp/htdocs/files/ and name it clientsetup.exe


Others could get it by opening 'http://<yourIP/domain>/files/clientsetup.exe'
 
Thanks, im gonna try it out :)! (it did not work, "page cannot be found")

Cant i do a php code that redirect you to that ip when you press a button on homepage?
 
Last edited:
Back
Top