.htaccess - redirect missing pages - why isn't this working? -


i have in .htaccess file. think should redirect http://bashof.org/hall_of_fame_1980.html - -> http://bashof.org/category/inductees/1980/

anyone know why isn't working?

# begin wordpress <ifmodule mod_rewrite.c> rewriteengine on rewritebase / rewriterule ^index\.php$ - [l] rewritecond %{request_filename} !-f rewritecond %{request_filename} !-d rewriterule . /index.php [l] </ifmodule>  # end wordpress  rewriteengine on rewriterule ^hall_of_fame_1980\.html category/inductees/1980/ [r=301,nc] 


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -