irabronson/rt-2014/master/.htaccess - Htaccess File

irabronson/rt-2014/master/.htaccess

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /

# For reidrecting old URLs
RewriteRule ^artistpage.php$ /? [L,R=301,NC]

# Begin WordPress
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# End WordPress

# This allows you to redirect old urls to the homepage.
# Redirect 301 /artistpage.php /
Redirect 301 /releaseschedule /
Redirect 301 /tour /
Redirect 301 /help /
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache