Hi All,
 I am trying to setup the root wiki.I am trying to put the below code in 
httpd.conf but without any luck.
I am not sure what is going wrong.
I am using Apache 1.3 on windows.
Is it because the version Apache I am not able to  setup the root wiki.Since 
when I had mailed to the forum before some said it is because of version 
Apache.Can anyone please let me know what I am doing wrong

Alias /wiki/ "C:/Python/share/moin/htdocs/" 
ScriptAlias /xyz "C:/Moin/intranet/moin.cgi"
<VirtualHost *:80>
RewriteEngine On
RewriteLogLevel 0
  
# Point to moin shared static files
RewriteRule ^/wiki/ C:/Python/share/moin/htdocs/$1 [last]
  
# Map everything else to moin cgi script
RewriteRule ^(.*)$ C:/Moin/intranet/moin.cgi$1 [type=application/x-httpd-cgi]
RewriteRule http://abc/  http://abc/xyz [R,L]
</VirtualHost>

Thanks,
Manjula


      
____________________________________________________________________________________
Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Moin-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/moin-user

Reply via email to