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
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