my client uses 301 redirects in htaccess to redirect random "URLs" they publish in ads etc to actual site pages which have /one-word addresses.
Is it possible on Apache/PHP to somehow remotely manage these 301 redirects IN the htaccess file? I know I can modify headers per page which yes, would be a solution. But this client won't always have an actual page to redirect from...they just pull stuff outa the air and want to redirect.
Possible? Thanks.