Gossamer Forum
Home : General : Internet Technologies :

RewriteRule of search.cgi

Quote Reply
RewriteRule of search.cgi
I'm trying to do a internal rewrite so:

RewriteRule ^search.cgi /cgi-bin/links/search.cgi [L]

is supposed to say any request for /search.cgi go through /cgi-bin/links/search.cgi

But it doesn’t work -

"404 The requested URL /search.cgi was not found on this server"

Am I doing this corectlly?

Frown

--------------------------------
Privacy Software
Quote Reply
Re: [BLOOD] RewriteRule of search.cgi In reply to
Hi,

You might need ^/search.cgi depending on where you've placed this rewriterule.

Cheers,

Alex
--
Gossamer Threads Inc.