404 error

Status
Not open for further replies.

liqtowomen

New Member
Messages
8
Reaction score
0
Points
0
Sir,

Today, I create an account in your website. I have completed my SQL database creation and try to open my page http://www.liqtowomen.x10hosting.com/ , I got following error :

Not Found

The requested URL / was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.2.15 (Unix) mod_ssl/2.2.15 OpenSSL/0.9.8e-fips-rhel5 mod_mono/2.6 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at www.liqtowomen.x10hosting.com Port 80

Please help me in this matter,

(liqtowomen)
 

Zubair

Community Leader
Community Support
Messages
8,766
Reaction score
305
Points
83
are you able to access cPanel?

Go to cPanel file manager and see if public_html exists or not.
 

liqtowomen

New Member
Messages
8
Reaction score
0
Points
0
are you able to access cPanel?

Go to cPanel file manager and see if public_html exists or not.


Sorry, I delete all files before uploading my files. Perhaps therefore this problem occurs.

Where can I find required files.
 

techairlines

x10 Flyer
Community Support
Messages
2,867
Reaction score
165
Points
63
Go to cPanel and then File Manager.

Create folder in the home directory and name it 'public_html' and then upload an index.html file into it.
 

liqtowomen

New Member
Messages
8
Reaction score
0
Points
0
Go to cPanel and then File Manager.

Create folder in the home directory and name it 'public_html' and then upload an index.html file into it.

Thanks for response.

I have creat `public_html` folder but I do not have index.html file.

From where can I download it?
 

techairlines

x10 Flyer
Community Support
Messages
2,867
Reaction score
165
Points
63
Use a text editor like Notepad and create some HTML code in there and save as 'index.html' and upload it. For a basic test, use the following code:

Code:
<p>Hello World!</p>

Index.html is basically a website front page that you create yourself.
 
Last edited:

liqtowomen

New Member
Messages
8
Reaction score
0
Points
0
Use a text editor like Notepad and create some HTML code in there and save as 'index.html' and upload it. For a basic test, use the following code:

Code:
<p>Hello World!</p>
Index.html is basically a website front page that you create yourself.

Oh! by this html page come but my main problem is to create my sql database as per index.php.

I upload index.php already and when I try to open the page http://www.liqtowomen.x10hosting.com/index.php problem describe in the first post is again occurs.
 

Derek

Community Support Force
Community Support
Messages
12,882
Reaction score
186
Points
63
Tell me what kind of site are you trying to run?
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
1. It has to be in public_html
2. Make sure it is all lower case letters. index.php is not the same as Index.php
 

Derek

Community Support Force
Community Support
Messages
12,882
Reaction score
186
Points
63
Ask him to give you the file and you can upload his file and you will have that. Coding that page requires knowledge of basic PHP.
 

liqtowomen

New Member
Messages
8
Reaction score
0
Points
0
Ask him to give you the file and you can upload his file and you will have that. Coding that page requires knowledge of basic PHP.

He has already shared the file with me.

// CONFIGURATION ******************************************************************************

$dbHost = "localhost"; // MySQL host
$dbUser = "liqtowom_user"; // MySQL username
$dbPass = "pass"; // MySQL password
$dbDatabase = "liqtowom_db"; // MySQL database name

$username = "user"; // Login Username
$password = "pass"; // Login Password

$logspage = 100; // Number of logs per page

// ********************************************************************************************


Is it the right setting.
 

Derek

Community Support Force
Community Support
Messages
12,882
Reaction score
186
Points
63
Well you are going to have to configure mysql and more to install it. I suggest you start with a basic file instead of jumping so fast to a user login script.
 

liqtowomen

New Member
Messages
8
Reaction score
0
Points
0
Well you are going to have to configure mysql and more to install it. I suggest you start with a basic file instead of jumping so fast to a user login script.

Yes, I know, I am not a programmer. I am always use some readymate tool.

I am successfully configure mysql database today on justfree.com but I faced problem on your website. Therefore I am asking help. The same index.php file upload there with different username & password and it works.

Why not here? What is the problem? This is I want to find out.
 

Derek

Community Support Force
Community Support
Messages
12,882
Reaction score
186
Points
63
Are you sure you updated that file into public_html? Also, make sure your permissions are set to 755.
 

liqtowomen

New Member
Messages
8
Reaction score
0
Points
0
Are you sure you updated that file into public_html? Also, make sure your permissions are set to 755.

Thanks Derek,

Now the problem is solved. I upload index.php file in home directory in place of public_html.

Now the problem sort out.

thanks once again to all member who help me.:wink:
 

Derek

Community Support Force
Community Support
Messages
12,882
Reaction score
186
Points
63
You are welcome! Thanks for choosing x10hosting!
 

Zubair

Community Leader
Community Support
Messages
8,766
Reaction score
305
Points
83
Thanks Derek,

Now the problem is solved. I upload index.php file in home directory in place of public_html.

Now the problem sort out.

thanks once again to all member who help me.:wink:

Your problem is resolved Now. So I am going to close this thread to mark it as resolved. Feel free to create a new thread if you need more help.

***Thread Closed***
 
Status
Not open for further replies.
Top