rrlqzdpnd/nyc2013/master/.htaccess
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteCond %{HTTP_HOST} ^www.nyc.org.ph
RewriteRule (.*) http://nyc.org.ph/$1 [R=301,L]
Redirect 301 /takethestand http://nyc.org.ph/
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Files
