I want to redirect a request look like
mydomain.com/abc/def
to
mydomain.com/abc/index.php?q=def
where abc is a fixed directory name and def can be any string.
How can I do this using .htaccess?
|
I want to redirect a request look like
to
where How can I do this using |
|||
|
In
Note that I included a check for the presence of the |
||||
|
|
mydomain.com/abc/defto remain in the address bar? – w3d Dec 30 '12 at 0:40