PDA

View Full Version : Working for translation with isapi rewrite


redpower
11-18-2005, 02:00 PM
I need your help.

Correct translation for www.domain.com/Category1/ to www.domain.com/Category1/index.php is:

RewriteRule (.*)/ $1/index.php [L]

I don't understand indeed how rewrites in phplinkdirectory work.. what I need to translate? how can I match the "number" after index.php (e.s index.php?c=1) with Category1?

www.domain.com/index.php?c=Category1 doesn't work..

sorry for my english

redpower
11-18-2005, 02:50 PM
ok.. I understand.

RewriteRule (.*)/ index.php [L]

works. tnx