mangopearuk/mangopear/beta/.htaccess - Htaccess File

mangopearuk/mangopear/beta/.htaccess

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

# END WordPress

# BEGIN Earthstorm media
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^/resources/$ http://mangopear.staging.wpengine.com/earthstorm/brighthorizontravel.com/resources/ [R=301,L]
</IfModule>
#END Earthstorm media

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache