Page 1 of 1

Localhost - htdocs.

PostPosted: 23. December 2009 22:04
by riel
I'm running a server and now as I installed latest version (1.7.3) there are problems. When I create security password from xamp demo, nothing happends. Before when I did that and typed localhost in browser, it sent me to htdocs and I could see my site but now it keeps me on xampp demo -.- how can I fix it? I want others to see my site, now they can only see xamp demo .. :roll:

The only thing that happends when I reach my own website or when I reach xampp is that I get:

Nya XAMPP säkerhetskoncept:

which means something like: new Xampp security concept
how can I have the old one but still have new files etc?

Re: Localhost - htdocs.

PostPosted: 23. December 2009 22:17
by Wiedmann
I want others to see my site,

Your "site" is having which filename and is stored in which directory?

Re: Localhost - htdocs.

PostPosted: 23. December 2009 22:22
by riel
hm, well I always stored it in htdocs with no specific name, its just bunch of php scripts and some images o,o. Before I just put my files in htdocs and player using my ip could see my site (if my port was opened and apache running) so now ahtever I do, I can't see it.. there are some new security concepts . Now it's showing this: Servern är antingen överbelastad eller så innehåller CGI-skriptet fel. ... which means, server is probably overloaded or contain CGI-script wrong.

Re: Localhost - htdocs.

PostPosted: 23. December 2009 22:50
by Mateusz
Use apache for your site, or open port 85, but then you would have to type :85 after everything.

Re: Localhost - htdocs.

PostPosted: 23. December 2009 22:59
by riel
Mateusz wrote:Use apache for your site, or open port 85, but then you would have to type :85 after everything.

Port 80 is opened, everything worked before changing to 1.7.3 ..

Re: Localhost - htdocs.

PostPosted: 23. December 2009 23:07
by Wiedmann
its just bunch of php scripts and some images

A file with the name "index.php" is part of these scripts and is stored in the htdocs directory?

Re: Localhost - htdocs.

PostPosted: 23. December 2009 23:15
by riel
Yes I have index.php that is part of my site, thou before I just removed all from ht docs and pasted my files and it worked.
hope for a solution 8)

Re: Localhost - htdocs.

PostPosted: 23. December 2009 23:20
by riel
Sorry for double post but, thanks Wiedmann, it was was wrong index.php that was forcing me to xampp! Thanks !!!