I’m having trouble with setting up an htaccess redirect.
I need to redirect the following URL:
neemoil.com.au [OR]
www.neemoil.com.au
to neemoil.com.au/shop
I also want it to redirect:
neemoil.com.au/shop/*
to neemoil.com.au/*
Can anyone help?
What you are asking will make the client loop forever.
You can use htaccess redirects like this:
If it is not a filename, nor a directory and the request URI is shop OR pay OR etc… redirect it to your address…