How can I redirect several different files to an url using .htaccess?

Viewed 22

I want to edit .htaccess placing the lines below into a single line:

Redirect 301 "/smartphone" "/roster.php"
Redirect 301 "/mobile" "/roster.php"

How can I do that?

1 Answers
Related