
Untitled
By: a guest on
Aug 10th, 2012 | syntax:
None | size: 0.77 KB | hits: 7 | expires: Never
ErrorDocument 404 /index.php?error=404
# BEGIN Your Stuff
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^about.html$ http://owltastic.com/about-meagan-fisher/ [NC]
</IfModule>
# OR #
Redirect 301 /about.html http://owltastic.com/about-meagan-fisher/
# END Your Stuff
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
<FilesMatch "\.(ttf|otf|eot|woff)$">
<IfModule mod_headers.c>
Access-Control-Allow-Origin: <origin> | *
</IfModule>
</FilesMatch>
# Redirect old file path to new file path
Redirect /about.html http://owltastic.com/about-meagan-fisher/