co-b/s/master/.htaccess - Htaccess File

co-b/s/master/.htaccess

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

RedirectMatch 301 ^/menus/$   http://smyth.companybonline.com/menus/dinner/
RedirectMatch 301 ^/team/$     http://smyth.companybonline.com/team/bradford-shovlin/
RedirectMatch 301 ^/contact/$ http://smyth.companybonline.com/contact/information/
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache