PDA

View Full Version : Solved: Kloxo default Index page appears, but files uploaded



Fli
06-26-2013, 09:19 AM
Kloxo Index page still appears even after you uploaded your files?

You have issue with Kloxo default page displayed when you open your domain name?
But you are sure you uploaded your files or moddified this index page file, but it still appears?

"If you are seeing this page, it means that web has not been configured for this domain on this server."

40

PS: Your domain files should be probably in: /home/admin/yourdomaindolder . Or the folder mentioned at Kloxo/Domains/Your Domain name and there on the left is path:
Home /home/admin/
DocRoot /mydomainfolder

Here is the solution which may put away Kloxo Index page and show your website. This bug has to do with apache and Kloxo probably.

How Kloxo Index page issue should be fixed:

A) from command line (SSH), execute following command


/script/fixweb;/etc/init.d/httpd restart

and check if Kloxo Index is away.

B) from your Kloxo VPS/dedi control panel like this: Login Kloxo, click "Admin" icon in left menu (on the top), find black icon icon "Command Center" on the page which appears. Then in Command field enter and execute:


/script/fixweb

after it execute, put and execute next command


/etc/init.d/httpd restart

Then check your domain again )
If it is not fixed, check whether domain realy resolves to your new VPS IP at http://intodns.com

What if Kloxo Index page appears only when entered http://YOUSERVERIP/ , domains works OK?

If you want to see your domain under http://YOURSERVERIP/ , then try
to follow this guide please:

Go to Kloxo -> client home -> ipaddresses -> ipaddress home -> domain
config, select the IP and map an domain to it.

If domain not yet resolve, try restarting httpd and named using the commands:

/etc/init.d/httpd restart
/etc/init.d/named restart

from command line or from Kloxo: Kloxo/Admin/Command Center

Hope that helps.