ok so heres the scenario:
i got a blog on the root directory of my host then i hosted some app on a subfolder named fsGallery. now, i bought a new domain for my blog and another domain for my app. ii would like to know the proper htaccess 301 redirects in order for me to redirect the old directories to their respective new domains
here's a sample dir structure:
root/
/app
[blog]
trying to: redir /app to newdomainforapp.com redir [blog] to newdomainforblog.com
also, originally, my app used to accept url parameters like this: app/user/1234567
so i would also like to: redir /app/user/{dynamic int parameter} to newdomainforapp.com/profile/{dynamic int parameter}
can anyone help me plox?