Current File : /home/lifechur/test-static.lifechurchboston.org/.htaccess~ |
# Helpful reference: http://glennmessersmith.com/pages/wphtaccess.html
# URL = http://lifechurchboston.org/directions.php
# $1 = directions.php
# DOCUMENT_ROOT = /home/lifechur/lifechurchboston.org
# REQUEST_FILENAME = /home/lifechur/lifechurchboston.org/directions.php
# REQUEST_URI = /directions.php (example)
# THE_REQUEST = GET%20/directions.php%20HTTP/1.1
ErrorDocument 404 /missing.html
RewriteEngine On
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-f
RewriteRule ^.+\.php$ /bogusfile
Redirect permanent /lifegroups/meetings.shtml http://www.lifechurchboston.org/lifegroups/lifegroups_meeting.html
AddHandler server-parsed .html
ErrorDocument 404 /missing.html