hi all,
i have installed mod rewrite and was just look for a bit of help regarding the pattern as I haven't quite got the hang of RegEx yet!!!
I have a site the requires redirection based on whether there is a file in that dir or not, if there isn't then it means the file is in the shared dir and thus isn't specific to the section of the site...here's an example...
URL: /NSW/Register.aspx (this is a shared file used by 3 other states)
Redirect: /Shared/Register.aspx
but it is not limited to only that page, as I say it needs to check if the file exists and redirect if it's not...is this possible?
thanks a lot in advance!!
tom