possible to redirect to an actual url with filename?

I am wondering if there is some way to get apache to redirect /something to /something/your_file.php?some_param=some_value?

I don't want to actually place a file in there because it can be removed. I am hoping to do this in apache. All the info on redirect info I can find only has it working from one folder to another or url without the file/query parameters on it.

Thanks for the info.

 

 

 

 

Top