I'm actually developping a small php website (only php, no java) and I would like to figure out something.
When I have this url called URL A: http://www.domain.com/?toto, everything's working I would like to rewrite it to http://www.domain.com/toto (called URL B) but when I tried, I have a 404 page not found.
What do I have to use to tell apache, when you have URL B it's an alias of URL A ??
It tried proxypass, Rewrite rules without reaching my aim. Can someone help me please?
Thx a lot !!!