I have a folder that needed a new name. (was 'tgsw', now 'ultra')
The old name needs to remain active for users who have saved that url.
I asked the admins for a symlink 'tgsw' & 'tu' to the renamed folder 'ultra', but instead they put the following in htaccess, which does not work.....
RedirectMatch permanent ^/tgsw/*$ http://mydomain.com/ultra/*
RedirectMatch permanent ^/tgsw/*$ http://mydomain.com/ultra/
RedirectMatch temp ^/tu$ http://mydomain.com/ultra/
I'd rather have a symlink, but since I'm a reseller, I'm at their mercy.
Any ideas what needs to be changed, to get it to work?
I tried cpanel's rewrite, but that didn't work either.
The old name needs to remain active for users who have saved that url.
I asked the admins for a symlink 'tgsw' & 'tu' to the renamed folder 'ultra', but instead they put the following in htaccess, which does not work.....
RedirectMatch permanent ^/tgsw/*$ http://mydomain.com/ultra/*
RedirectMatch permanent ^/tgsw/*$ http://mydomain.com/ultra/
RedirectMatch temp ^/tu$ http://mydomain.com/ultra/
I'd rather have a symlink, but since I'm a reseller, I'm at their mercy.
Any ideas what needs to be changed, to get it to work?
I tried cpanel's rewrite, but that didn't work either.
Last edited: