Hi,
I want to redirect anyone arriving at the
/photo sub directory to
/photo/upload/index/ Redirect /photo http://example.com/photo/upload/index/
The above just causes an endless loop as the redirect trigger and destination both contain
/photo Is there a way around this problem?
TIA
Chris