I've been trying to use the REQUEST_FILENAME rules that Miva puts into .htaccess. When I need more parameters, I try to make more rules following those REQUEST_FILENAME examples, and often my urls don't work. Now I am going back to using REQUEST_URI for everything.
Is it better to use REQUEST_FILENAME rather than REQUEST_URI ? If so, why? Can anyone point me to a tutorial on it? Is it bad to mix the 2 kinds of rules?
Is it better to use REQUEST_FILENAME rather than REQUEST_URI ? If so, why? Can anyone point me to a tutorial on it? Is it bad to mix the 2 kinds of rules?
Comment