URL to open guestbook

Dr. GBooky is here to help you with your guestbook problems ...
Post Reply
bobs75
Posts: 20
Joined: Sun Apr 19, 2015 12:40 am

URL to open guestbook

Post by bobs75 »

Script URL:
Version of script: 1.7.2
Hosting company: SiteGround
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution: URL to open guestbook

Write your message below:
I installed the script for the guestbook into a "guestbook" directory in the cgi bin in the public_html directory on the host's server for my website at http://www.christianityetc.org. I tried both of these URL links in the menu operations for my site: http://www.christianityetc.org/guestbook/gbook.php and http://www.christianityetc.org/guestbook . But both links just took me to the basic index page of my website without opening the guestbook. What is the correct URL that I need to cite in this menu to open the guestbook?
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Re: URL to open guestbook

Post by Klemen »

Something's wrong in your website configuration, because ANY made-up page name shows the same.

For example:
http://www.christianityetc.org/NOPAGE
http://www.christianityetc.org/whatever
http://www.christianityetc.org/sdgfhdsgaasgh

You probably have some htaccess redirect/rewrite causing problems. Not something we can help with.



P.s.: also note that folder/file names are CaSe SeNSiTiVe on your server!
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
bobs75
Posts: 20
Joined: Sun Apr 19, 2015 12:40 am

Re: URL to open guestbook

Post by bobs75 »

I went to the support team for my website and got the correct URL for my guestbook. It is http://www.christianityetc.org/cgi-bin/guestbook . But ,when I try to open the guestbook from that link, I get a 403 error regarding "incorrect directory permissions below 644". So I changed the directory permissions for the cited files each to 666 and left the permissions for the 3 basic folders set at 755, but this didn't correct the problem. I still can't get a display of my guestbook. What should I do next?
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Re: URL to open guestbook

Post by Klemen »

You will need to talk to your host regarding what permissions are required for PHP files.

But if I were you I would move PHP files outside of "cgi-bin" and just use default permissions (create a "guestbook" folder outside "cgi-bin" and re-upload all GBook files without modifying any permission), because PHP seems to work fine on your server outside of cgi-bin.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
bobs75
Posts: 20
Joined: Sun Apr 19, 2015 12:40 am

Re: URL to open guestbook

Post by bobs75 »

This operation for the guestbook seems to be working fine now. Thanks for your help.
bobs75
Posts: 20
Joined: Sun Apr 19, 2015 12:40 am

Re: URL to open guestbook

Post by bobs75 »

This problem with my guestbook has been resolved.
Post Reply