If you are not registered or logged in, you may still use these forums but with limited features. Show recent topics
  [Search] Search   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [FAQ]  FAQ 
[Register] Register / 
[Login] Login 
help with free link page  XML
Forum Index » Support Forum
Author Message
nanflexal
Newbie

Joined: 07/03/2005 06:42:32
Messages: 3
Location: wala
Offline

start addlink:

<form method="post" action="http://www.alliance-guild.org/cgi-bin/links.pl" name="message">

end addlink

start of links.pl
# url of script
$cgiurl = "http://www.alliance-guild.org/web/cgi-bin/links.pl";

# base url to all link files without trailing "/"
$link_url = "http://www.alliance-guild.org/links";

# base directory to all link files from the server root without trailing "/"
$base_dir = "/home/domains/alliance-guild.org/web/links";

# default index page of your choice
$index_url = "http://www.alliance-guild.org/links/ffa-business.html";

end of links.pl


whats with that config im getting this error:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache-AdvancedExtranetServer/1.3.33 Server at alliance-guild.org Port 80
[WWW] [Yahoo!] aim icon [MSN]
ET
Graduate

Joined: 21/02/2003 22:17:48
Messages: 179
Offline

Question 1 - can you get into your links.pl page at all (using the password entry info near the top of the script in links.pl ) ?

Question 2 - did you correctly chmod the links.pl file in your cgi-bin?



does not look like a valid path.

Now this is where most people get confused - it is typically not nameofyoursite.com - instead it is the document_root of your site and it is trying to get you to your html pages using the safest route.

Run a search on this forum to find out more about this document root and how to find it if you don't know what it is for your site - I can create an easy php or a perl page for you to find it, if you still need help with it.

---------------
nanflexal
Newbie

Joined: 07/03/2005 06:42:32
Messages: 3
Location: wala
Offline

# url of script
$cgiurl = "http://http://www.alliance-guild.org/cgi-bin/links.pl";

# base url to all link files without trailing "/"
$link_url = "http://www.alliance-guild.org/links";

# base directory to all link files from the server root without trailing "/"
$base_dir = "/home/adamos/web/links";

# default index page of your choice
$index_url = "http://www.alliance-guild.org/links/ffa-business.html";


i encounter this error, the connection was refused wehn attempting to connect to local host
[WWW] [Yahoo!] aim icon [MSN]
nanflexal
Newbie

Joined: 07/03/2005 06:42:32
Messages: 3
Location: wala
Offline

# url of script
$cgiurl = "http://http://www.alliance-guild.org/cgi-bin/links.pl";

# base url to all link files without trailing "/"
$link_url = "http://www.alliance-guild.org/links";

# base directory to all link files from the server root without trailing "/"
$base_dir = "/home/domains/alliance-guild.org/web/links";

# default index page of your choice
$index_url = "http://www.alliance-guild.org/links/ffa-business.html";


<form method="post" action="http://www.alliance-guild.org/cgi-bin/links.pl" name="message">


its now working but when i login to admin. it take to www.microsoft.com
[WWW] [Yahoo!] aim icon [MSN]
ET
Graduate

Joined: 21/02/2003 22:17:48
Messages: 179
Offline

Glad to hear that you have been able to get it working. I would have no clue why you would be redirected to microsoft.com when you log into the admin. I've never had that type of problem occur.

---------------
 
Forum Index » Support Forum
Go to:   
Based on the open source JForum