Possible Duplicate:
Everything You Ever Wanted to Know about Mod_Rewrite Rules but Were Afraid to Ask?
How do I substitute http://mydomain.com/dir1/dir2/test.php for http://mydomain.com/test.php?
How do I substitute | |||
feedback
|
This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.
|
It would help to mention platform/webserver. I'm guessing at a flavour of Apache with the mod_rewrite module. If everything is under this new subdir, redirect root ie.
or if you want ot explicit about a single file.
M. | |||
|
feedback
|