url rewriting for mitwi project

Mike McGrath mmcgrath at redhat.com
Mon Sep 24 18:35:55 UTC 2007


ria das wrote:
> Hi,
>
> I am working on the project mitwi
> (http://publictest1.fedora.redhat.com/mitwi/index.cgi) for SoC. I was
> suggested for url rewriting and so I was looking for it.
> For this I wrote :
> RewriteEngine on
> RewriteBase /
> Rewritecond %{REQUEST_URI} !^/(index|language|direct).cgi
> RewriteRule ^(.*)$ /direct.cgi?data=$1 [L,QSA]
>
> I tried out this, but did not get any result. So can anyone please
> help me out to solve the problem.
>
> Ria Das
>
>   

I'm showing direct.cgi as not existing at all:

http://publictest1.fedora.redhat.com/mitwi/direct.cgi

Tell us what sort of URL you'd like to put in (give an example) and tell 
us what you would like to see at that address.

    -Mike




More information about the Fedora-infrastructure-list mailing list