innovator48
Programmer
Hi All,
I am trying to redirect all files in a particular directory in my web server.
I am trying regular expressions such as
RedirectMatch /data/january\/([a-zA-Z0-9]*).pdf
The expression /([a-zA-Z0-9]*) is trying to find expressions such as "dat35262.pdf".
But its not working. Can you help me out?
Thanks in advance
Ashish
I am trying to redirect all files in a particular directory in my web server.
I am trying regular expressions such as
RedirectMatch /data/january\/([a-zA-Z0-9]*).pdf
The expression /([a-zA-Z0-9]*) is trying to find expressions such as "dat35262.pdf".
But its not working. Can you help me out?
Thanks in advance
Ashish