mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-19 05:41:00 +00:00
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:
parent
ef43e3704e
commit
dc537a73d3
3 changed files with 5 additions and 5 deletions
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -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="">
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue