473,387 Members | 1,700 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Receiving Index Error First Time Upload 2 Web Host

2
Hello,

I keep receiving this error when typing in my web address
Index of /

Name Last modified Size Description

[DIR] Parent Directory 11-May-2006 22:20 -
[DIR] cgi-bin/ 10-May-2006 17:17 -

Apache/1.3.34 Server at www.gomanagement.info Port 80

I have recently changed hosting providers (Cost Effective)
and my go.php looks like this
<?php
header("HTTP/1.1 301 Moved Permanently");
header("Location:".$HTTP_GET_VARS['url']."");
exit;
?>
Is there something wrong with this
I'm a first timer and would love to learn

Thank You,
ABonk
May 12 '06 #1
4 3007
Banfa
9,065 Expert Mod 8TB
This is not an error, you have not uploaded any files to this website so the host (which has been set to display directories when there is not index.html present is doing just that, it is showing a directory listing of the files on your website.

Upload some files
May 12 '06 #2
ABonk
2
I have uploaded all files that came w/ site do I need to create an index.html
all files are in php format and placed in the cgi-bin folder. Still have the same problem?
May 13 '06 #3
Have you told Apachee in your config that you are using PHP like this?

# For PHP 4 do something like this:
LoadModule php4_module "c:/php/php4apache2.dll"
AddType application/x-httpd-php .php .phtml .html

# configure the path to php.ini
PHPIniDir "C:/php"
May 14 '06 #4
Banfa is right though. It's not an error your seeing and there are no files listed for the directory. Are you sure you put the files into the correct folder ?
May 14 '06 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Gregory.Spencer | last post by:
Hi there, Using PHPMyAdmin and it is very usefully reporting problems with my MySQL DB. "PRIMARY and INDEX keys should not both be set for column `column_name`" and
14
by: Al Smith | last post by:
I need help in implementing proper error handling. I am trying to upload a file based on the sample code below. The code works well except if the file selected is too big. I do know about the...
4
by: ALI-R | last post by:
My home page of my website is named index.aspx ,when I upload it to the host ,I get 403 forbidden error,If I put an index.html there that link that aspx file,eveything works perfect? my second...
15
by: David Lozzi | last post by:
Howdy, I have a function that uploads an image and that works great. I love ..Nets built in upload, so much easier than 3rd party uploaders! Now I am making a public function that will take the...
1
by: igotyourdotnet | last post by:
Ok, here is the issue: I have 2 web pages one does a file upload to a database and the other page does a FTP to a server, both pages use the c:\temp directory. The page that uploads to a database...
1
by: dgr7 | last post by:
(sorry if this belongs in another thread, I didn't find a VBscript one...) Hello, I’m getting an error when trying to run this VBscript. Script: (the pathname of the script) Line: 25 Char: 1...
0
by: Buddy Home | last post by:
Hello, I'm trying to upload a file programatically and occasionally I get the following error message. Unable to write data to the transport connection: An established connection was aborted...
5
by: TC | last post by:
Hey All, I'm trying to upload files via FTP and I'm using FtpWebRequest and WebClient. Unfortunately, I'm receiving a "Not Logged In" error. I know that others have seen this as I've seen...
4
by: mattehz | last post by:
Hey there, I am trying to upload old source files and came across these errors: Warning: Invalid argument supplied for foreach() in /home/mattehz/public_html/acssr/trunk/inc_html.php on line 59...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.