Re: [PHP] mod_rewrite starts driving me crazy ...

2001-02-11 Thread Richard Lynch
This works perfectly, however what I really need to do is to make it work not only with /index.html but with everything typed in your browser... (index.html was only a test to let me know I am in a right direction) I tried: RewriteRule ^(.*) /start.php?go=$1 RewriteRule ^(.*)$

[PHP] mod_rewrite starts driving me crazy ...

2001-02-10 Thread Maxim Maletsky
Hello guys, I know it is not exactly a PHP problem, it is about apache's mod_rewrite which after 4 hours of tentative till 3.30am starts making me think that I need a LONG vacation ... I know it's easy... I read all the docs dozens of times and I *feel* that I am very close to the solution ...