Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 10th, 2012  |  syntax: None  |  size: 0.77 KB  |  hits: 7  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. ErrorDocument 404 /index.php?error=404
  2.  
  3. # BEGIN Your Stuff
  4. <IfModule mod_rewrite.c>
  5. RewriteEngine On
  6. RewriteBase /
  7. RewriteRule ^about.html$ http://owltastic.com/about-meagan-fisher/ [NC]
  8. </IfModule>
  9.  
  10. # OR #
  11.  
  12. Redirect 301 /about.html http://owltastic.com/about-meagan-fisher/
  13.  
  14. # END Your Stuff
  15.  
  16. # BEGIN WordPress
  17. <IfModule mod_rewrite.c>
  18. RewriteEngine On
  19. RewriteBase /
  20. RewriteCond %{REQUEST_FILENAME} !-f
  21. RewriteCond %{REQUEST_FILENAME} !-d
  22. RewriteRule . /index.php [L]
  23. </IfModule>
  24.  
  25. # END WordPress
  26.  
  27. <FilesMatch "\.(ttf|otf|eot|woff)$">
  28.     <IfModule mod_headers.c>
  29.         Access-Control-Allow-Origin: <origin> | *
  30.     </IfModule>
  31. </FilesMatch>
  32.  
  33. # Redirect old file path to new file path
  34. Redirect /about.html http://owltastic.com/about-meagan-fisher/