- 2,024
The way Val is suggesting is the most efficient way to do a 301 redirect that I know of.
However, appending htaccess is sort of like tweaking your php ini files and adding speed boosts and memory access rules. You can do all those things, but there is a possibility you might break something if you don't know what you're doing. The chance of breaking something using cpanel is lower.
If you know what you're doing(you have ability to debug if you break it) vals way is better.
However, appending htaccess is sort of like tweaking your php ini files and adding speed boosts and memory access rules. You can do all those things, but there is a possibility you might break something if you don't know what you're doing. The chance of breaking something using cpanel is lower.
If you know what you're doing(you have ability to debug if you break it) vals way is better.