Pages: [1]   Go Down
Send this topic | Print
Author Topic: 403.php error code  (Read 669 times)
redbourn
Member
*
Offline Offline

Posts: 42


WWW
« on: November 26, 2008, 04:38:10 PM »

Hi,

I opened an account a couple of days ago and just uploaded a site http://redbourn.110mb.com/

All I get is an 403.php error code

Any ideas would be appreciated.

Mike
Logged
Primefalcon
Linux Acolyte
Loyal 110MB Member
*******
Online Online

Posts: 4646


Follow the path of Linux, it will lead you....


« Reply #1 on: November 26, 2008, 05:50:17 PM »

ok a 403 is a forbidden can you share a little bit more on the nature of your site as in what if any scripts you are using?
Logged

Dropbox is an amazing cloud storage backup solution, get a free 2.25 gigabytes of storage by using THIS LINK

For Tips on Runescape, Visit Marlaine's Musings For Tips on Just about anything Visit Marlainemarie at eHow
inp o҉rtb
The Gangsta
Global Moderator
Official 110mb Guru
*****
Offline Offline

Posts: 15644


experimental theologian


WWW
« Reply #2 on: November 26, 2008, 05:52:50 PM »

Hey look, it even has a message for you: You're seeing this page because account contains no index file. (EG: index.htm) .

So please upload your own index.htm Smiley



Reply slightly modified by Diemux
« Last Edit: November 26, 2008, 05:58:29 PM by Diemux » Logged

Hi! I’m a signature virus! Add me to your signature to help me spread.
spam me: ispamspot@gmail.com

blog | my work @ deviantART | Imagine-ng image editor
redbourn
Member
*
Offline Offline

Posts: 42


WWW
« Reply #3 on: November 26, 2008, 07:09:42 PM »

Hey look, it even has a message for you: You're seeing this page because account contains no index file. (EG: index.htm) .

So please upload your own index.htm Smiley



Reply slightly modified by Diemux

Thanks  rolleyes

I have an index.htm and index.html file present

Mike
ok a 403 is a forbidden can you share a little bit more on the nature of your site as in what if any scripts you are using?

I haven't used any scripts.

When I first uploaded my site it opened with a 110mb. index htm and gave me a clickable link to open my webpage.

When I clicked on the link my new index page loaded.

I replaced the 110mb index.htm which was there with my index page and I now have an index.html and index.htm.

I played with the attributes to try and get it working and no longer no what they should be set to.

thanks for the help,

Mike
« Last Edit: December 05, 2008, 02:10:40 PM by inp o҉rtb » Logged
tpog
Super Authority member
******
Online Online

Posts: 1544


WWW
« Reply #4 on: November 26, 2008, 07:25:28 PM »

You don't need both, only one will be picked up. However, I can't see either of them when I go to your site.

The default permissions for (my) index file are user read & write, group read & write.
Logged
redbourn
Member
*
Offline Offline

Posts: 42


WWW
« Reply #5 on: November 26, 2008, 08:13:52 PM »

Well I made some progress ..

but none of the images are uploading but maybe I can fix that in DreamWeaver.

And AdSense ..

But forwards is better than backwards  smiley

http://redbourn.110mb.com/

Mike
Logged
Slittzle
He touched me with noodle appendage
Loyal 110MB Member
*******
Online Online

Posts: 2992


©®ªŞ


WWW
« Reply #6 on: November 26, 2008, 09:44:43 PM »

I see your page it says end debt now. And on top of it, it looks like blogger..which is about the time I realized what the problem was.

You're mirroring a blogger site - it's not as simple as just pulling the code and putting it up on your site. All the paths on images/css/links are absolute meaning that it's relative to the directory structure. You're images are  set as:
Code:
/www.blogger.com/img/icon18_email.gif
You probably want it to be
Code:
http:///www.blogger.com/img/icon18_email.gif,
. Add http in front, clean up the html code change relative links to absolute paths like http://[url].110mb.com/images/[image.gif] or make it relative to wherever you're hosting the images/css/html.

It's an html problem, not a server problem. Hope that helps.
Logged

redbourn
Member
*
Offline Offline

Posts: 42


WWW
« Reply #7 on: November 26, 2008, 10:31:08 PM »

You're a very bright guy   cool

Downloading from blogger.com was relatively easy as was uploading.

I now have the images loading but I changed them one at a time and there's probably and easier way.

Any idea what I have to do with AdSense?

many thanks,

Mike

I see your page it says end debt now. And on top of it, it looks like blogger..which is about the time I realized what the problem was.

You're mirroring a blogger site - it's not as simple as just pulling the code and putting it up on your site. All the paths on images/css/links are absolute meaning that it's relative to the directory structure. You're images are  set as:
Code:
/www.blogger.com/img/icon18_email.gif
You probably want it to be
Code:
http:///www.blogger.com/img/icon18_email.gif,
. Add http in front, clean up the html code change relative links to absolute paths like http://[url].110mb.com/images/[image.gif] or make it relative to wherever you're hosting the images/css/html.

It's an html problem, not a server problem. Hope that helps.
Logged
Pages: [1]   Go Up
Send this topic | Print
Jump to: