• I have the 404 to 301 plugin installed for broader “catchall” forwards but…..

    1. I have an old link floating around that was pre-Wordpress and ends in html (like aaaa.com/bbbbb.html) …. WordPress pages don’t end in html.

    2. How can I have that link(like aaaa.com/bbbbb.html) go to aaaa.com/bbbbb/(for example)

Viewing 2 replies - 1 through 2 (of 2 total)
  • .htaccess file

    add Redirect 302 /bbbbb.html http://aaaa.com/bbbbb/

    Thread Starter Gibbon355

    (@gibbon355)

    How significantly do .htaccess files slow down servers?

    “You should avoid using .htaccess files completely if you have access to httpd main server config file. Using .htaccess files slows down your Apache http server. Any directive that you can include in a .htaccess file is better set in a Directory block, as it will have the same effect with better performance.”

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Forwarding a link’ is closed to new replies.