Click to See Complete Forum and Search --> : some mod_Rewrite help


jstraa
05-16-2004, 06:40 PM
I have a problem, I tried but It didn't work

I have a directory based on DMOZ.org structure

paths are like /top/adult/shops/

What I want is that this url is being translated into :
index.php?path=/top/adult/shops/

And if it is possible the user should see www.domain.tld/top/adult/shops/

Can anyone help me ?

Thanks !

sava2014
06-01-2004, 02:54 PM
RewriteEngine On
RewriteRule ^(/.*/)$ /index.php?=$1 [P]

[P] - Proxy, the visitor should see requested URL, but you need mod_proxy enabled