• 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!

Solved Connecting to website, then it want me to download file?

Cornex

Web Developer
Staff member
Global Moderator
Joined
Jun 15, 2008
Messages
3,444
Solutions
6
Reaction score
1,169
Location
Sweden
Hello there, i just installed everything for my VPS.
But the thing is, when i go to the ip in URL it gives me an "Save file" window with some shit file.
Nothing more.

I using debian 6 squeezy.

Thanks in advance

--------------------

How to fix it (Forgot to install php5)

apt-get install php5 libapache2-mod-php5

And after restart apache

/etc/init.d/apache2 restart
 
Last edited:
I guess that you didn't install php5 and configured it with apache2 (or other kind of web server are you using). You can find a lot of tutorials about configuration php5 with apache2 on Internet.


_
Regards,
sn3ejk
 
I guess that you didn't install php5 and configured it with apache2 (or other kind of web server are you using). You can find a lot of tutorials about configuration php5 with apache2 on Internet.


_
Regards,
sn3ejk


You are correct, i think it is solved not. Thanks a lot.
The solution is installing php5 with following:

apt-get install php5 libapache2-mod-php5

And after restart apache

/etc/init.d/apache2 restart

Again, thanks :)
 
You are correct, i think it is solved not. Thanks a lot.
The solution is installing php5 with following:

apt-get install php5 libapache2-mod-php5

And after restart apache

/etc/init.d/apache2 restart

Again, thanks :)

I appriciate when people write the solution after solving the problem, so people who search does not have to make new thread :)
 
Back
Top