For some reason when I try to access my website this is what I getThe picture at the bottom)
For some reason when I try to access my website this is what I getThe picture at the bottom)
Come and join us @ The Fanciest Windows Forum around!
is there a index.php, index.html, index.htm
and do you have a default .htaccess or did you change it?
The only reason (as diablo has pointed out) that this happens is when the browser cannot find a specific file.
So when you put in a URL for a directory (i.e. www.yoursite.com/directory/), it needs an index file in that directory to load.
It will not happen for a URL pointing to a file (www.yoursite.com/directory/index.htm)
There is a way to change this by adding a code to the .htaccess file if you want to keep your filenames the same.
http://www.javascriptkit.com/howto/htaccess6.shtml
xD
have you modified you .htaccess ?
█ Neil Hanlon | x10Hosting Support Representative
█ Neil[at]x10hosting.com
█ I'm always happy to help. Just ask a question in Free Hosting
█ Terms of Service IRC
Is it Index.php instead of index.php? (capital I instead of small i).
Try out putting a test index.htm or index.html that will take precedence over .php and see if it works.
Last edited by satbir; 02-24-2009 at 12:51 PM.
Yeah, just try uploading an index.htm or index.html file, even just open notepad, dont type anything, file > save as, then type index.htm or index.html as the filename, and set the file type to All Files.
If not, have a look at your .htaccess file, delete it and make a new one if necessary.
Datumon.