Bitcoin Forum

Other => Off-topic => Topic started by: idev on December 30, 2010, 03:09:14 PM



Title: Need a little help
Post by: idev on December 30, 2010, 03:09:14 PM
Hello there
i wonder if someone can help me please,
i have a email cgi script which i have installed successfully
and i can access all cgi files within the cgi-bin from my browser.
But when i try to browse

http://idev.30mb.co.uk/cgi-bin/advert or
http://idev.30mb.co.uk/cgi-bin/admin

i keep getting 404 errors,

Could someone please tell me on how i can fix and get access to the two urls?

Thank you


Title: Re: Need a little help
Post by: davout on December 30, 2010, 03:12:57 PM
check the webserver logs to see which file it's trying to serve unsuccessfully


Title: Re: Need a little help
Post by: idev on December 30, 2010, 03:32:39 PM
check the webserver logs to see which file it's trying to serve unsuccessfully

Its two index.html files, how can i access it please ?


Title: Re: Need a little help
Post by: davout on December 31, 2010, 09:56:48 AM
You're not getting 404's at the given URL's, you're getting 302's (forbidden)
The 404 you see in the message means that your webserver can't find an error page, like
 - failed to access the page
 - try to find an error page to render
 - oops, not even an error page

Double check the file system permissions of the directories you're trying to access.