Forum Moderators: phranque
I use this
RewriteRule ^([^/]+).html mylink.php?e=$1 [l]
BUT I have a problem with a dir called html
if I open a file img :
http://www.mysite.com/net/img.gif -> OK
http://www.mysite.com/net/html/img.gif -> ERROR
the second redirect to mylink.php...
?
[edited by: jdMorgan at 5:18 am (utc) on Nov. 24, 2003]
[edit reason] De-linked [/edit]