Hello

i'm trying to do this redirection too
but i can' get the images to pass

the swiki wihtout redirection : http://swiki.quinode.fr:8080/Ran
the swiki redirected by Apache : http://swiki.quinode.fr/Ran


here is my setup, copied from the gudinna setup
could you help me, chris ?

<VirtualHost *:80>
        ServerName swiki.quinode.fr
        #basic you will need something like this
        ProxyPass / http://swiki.quinode.fr:8080/
        ProxyPassReverse / http://swiki.quinode.fr:8080/
        RewriteEngine on
        RewriteRule ^/(.*)$ /$1 [R]
        
        #move of some files located in / on the original swiki
        RewriteRule ^/comanche.gif$ http://swiki.quinode.fr:8080/ 
comanche.gif [R]
        RewriteRule ^/favicon.ico$ http://swiki.quinode.fr:8080/favicon.ico [R]

        #Forces edit page requests to go to the slower wiki. if you never  
want to reveal your true swiki url remove this line.
        RewriteRule ^/(.*.edit)$ http://swiki.quinode.fr:8080/$1 [R]
</VirtualHost>


_______________________________________________
Pws mailing list
Pws@cc.gatech.edu
https://mailman.cc.gatech.edu/mailman/listinfo/pws

Reply via email to