Fix CGI paths

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3962 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2009-02-18 16:13:59 +00:00
parent ef43e3704e
commit dc537a73d3
3 changed files with 5 additions and 5 deletions

View file

@ -28,7 +28,7 @@ target="_top">LinkChecker</a>)
</center>
<blockquote>
<form method="POST" action="/cgi-bin/lconline/lc.cgi" target="links"
<form method="POST" action="/cgi-bin/lc.cgi" target="links"
onsubmit="return(isValid(document.checklinkForm))"
name="checklinkForm">

View file

@ -22,7 +22,7 @@ target="_top">LinkChecker</a>)
</center>
<blockquote>
<form method="POST" action="/cgi-bin/lconline/lc.cgi" target="links"
<form method="POST" action="/cgi-bin/lc.cgi" target="links"
onsubmit="return(isValid(document.checklinkForm))"
name="checklinkForm">
<table border="0" cellpadding="2" cellspacing="0" summary="">

View file

@ -1,6 +1,6 @@
Alias /lconline/ /usr/share/linkchecker/htdocs/
# allow people to read the files in htdocs
<Directory "/usr/share/linkchecker/htdocs/">
Alias /lconline/ /usr/share/linkchecker/lconline/
# allow people to read the files
<Directory "/usr/share/linkchecker/lconline/">
Options Indexes MultiViews
AllowOverride None
Order allow,deny