j
k
j a
j l
Martijn Pieters wrote: [...]
...RewriteRule ^/Zope/(.*) /home/httpd/cgi-bin/Zope.cgi/$1 \ [...] Maybe if you tried: ^/Zope(/.*) /home/httpd/cgi-bin/Zope.cgi$1
RewriteRule ^/Zope/(.*) /home/httpd/cgi-bin/Zope.cgi/$1 \ [...]
Maybe if you tried:
^/Zope(/.*) /home/httpd/cgi-bin/Zope.cgi$1
Exactly the same as above... But main.dtml is still wrong... Thierry.
Back to the thread
Back to the list